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

Class Bone

source code

object --+
         |
        Bone
Known Subclasses:

Instance Methods [hide private]
 
__eq__(self, rhs) source code
 
__init__(self, name='bone', type=0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
display(self, indent=None) source code
 
hasChild(self) source code
 
hasParent(self) source code

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

Class Variables [hide private]
  IK = 2
  IK_ROTATE_INFL = 4
  IK_TARGET = 6
  ROLLING = 8
  ROTATE = 0
  ROTATE_INFL = 5
  ROTATE_MOVE = 1
  TWEAK = 9
  UNVISIBLE = 7
Instance Variables [hide private]
  children
children bone(append for internal use)
  english_name
bone english_name
  ik
ik(append for internal use)
  ik_index
ik target bone index
  index
boen index(append for internal use)
  name
bone name
  parent
parent bone(append for internal use)
  parent_index
parent bone index
  pos
bone head position
  tail
tail bone(append for internal use)
  tail_index
tail bone index
  type
bone type
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name='bone', type=0)
(Constructor)

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