Package pymeshio :: Package pmd :: Class Model
[hide private]
[frames] | no frames]

Class Model

source code

object --+
         |
        Model

pmd loader class.

Attributes:

io: internal use. end: internal use. pos: internal user.

version: pmd version number _name: internal

Instance Methods [hide private]
 
__eq__(self, rhs) source code
 
__init__(self, version=1.0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code
 
diff(self, rhs) source code
 
each_vertex(self) source code
 
getUV(self, i) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  bone_display_list
  bone_group_list
  bones
  comment
  english_comment
  english_name
  ik_list
  indices
  joints
  materials
  morph_indices
  morphs
  name
  no_parent_bones
  path
  rigidbodies
  toon_textures
  version
  vertices

Inherited from object: __class__

Method Details [hide private]

__init__(self, version=1.0)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
str(x)
Overrides: object.__str__
(inherited documentation)