had debug oprions enabled for cal3d, small updates to epydoc

This commit is contained in:
Campbell Barton
2007-04-24 02:09:25 +00:00
parent 54b494540b
commit 1ad4f024c8
3 changed files with 6 additions and 6 deletions

View File

@@ -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:

View File

@@ -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