Blender Git Loki
Git Commits -> Revision ef85f6e
Revision ef85f6e by Campbell Barton (master) October 26, 2007, 08:19 (GMT) |
==Python API== layerMask access for bone and armatures Window.PoseMode() similar to Window.EditMode() |
Commit Details:
Full Hash: ef85f6ea21c0af43b96c6c3cbb1b80f23ac00266
SVN Revision: 12399
Parent Commit: fd98d38
Lines Changed: +160, -4
7 Modified Paths:
/source/blender/python/api2_2x/Armature.c (+33, -3) (Diff)
/source/blender/python/api2_2x/Bone.c (+68, -0) (Diff)
/source/blender/python/api2_2x/Bone.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Armature.py (+10, -0) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+14, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+33, -0) (Diff)
/source/blender/src/drawimage.c (+1, -1) (Diff)
/source/blender/python/api2_2x/Bone.c (+68, -0) (Diff)
/source/blender/python/api2_2x/Bone.h (+1, -0) (Diff)
/source/blender/python/api2_2x/doc/Armature.py (+10, -0) (Diff)
/source/blender/python/api2_2x/doc/Window.py (+14, -0) (Diff)
/source/blender/python/api2_2x/Window.c (+33, -0) (Diff)
/source/blender/src/drawimage.c (+1, -1) (Diff)