had debug oprions enabled for cal3d, small updates to epydoc
This commit is contained in:
@@ -244,7 +244,7 @@ class Bone:
|
||||
@ivar head: This Bone's "head" ending position when in rest state.
|
||||
Keys are:
|
||||
- 'ARMATURESPACE' - this head position in relation to the armature
|
||||
- 'BONESPACE' - the head position in relation to itself
|
||||
- 'BONESPACE' - the head position in relation to itself.
|
||||
@type head: Dictionary
|
||||
@ivar tail: This Bone's "tail" ending position when in rest state.
|
||||
Keys are:
|
||||
|
||||
@@ -155,7 +155,7 @@ class PoseBone:
|
||||
This object gives access to PoseBone-specific data in Blender.
|
||||
@ivar name: The name of this PoseBone.
|
||||
@type name: String
|
||||
@ivar loc: The change in location for this PoseBone.
|
||||
@ivar loc: The change in location for this PoseBone. this is the equivilent of bone.getLoc() in the old 2.3x python api.
|
||||
@type loc: Vector object
|
||||
@ivar size: The change in size for this PoseBone (no change is 1,1,1)
|
||||
@type size: Vector object
|
||||
|
||||
Reference in New Issue
Block a user