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

Class Bone_Tweak

source code

object --+    
         |    
      Bone --+
             |
            Bone_Tweak

Instance Methods [hide private]
 
__init__(self, name)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__str__(self)
str(x)
source code

Inherited from Bone: __eq__, display, hasChild, hasParent

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

Class Variables [hide private]

Inherited from Bone: IK, IK_ROTATE_INFL, IK_TARGET, ROLLING, ROTATE, ROTATE_INFL, ROTATE_MOVE, TWEAK, UNVISIBLE

Instance Variables [hide private]

Inherited from Bone: children, english_name, ik, ik_index, index, name, parent, parent_index, pos, tail, tail_index, type

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, name)
(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)