Blender Git Loki
Git Commits -> Revision b450313
Revision b450313 by Campbell Barton (master) March 29, 2009, 04:34 (GMT) |
- python api was returning incorrect int values from rna because it was using PyLong_FromSize_t rather than PyLong_FromSsize_t, this messed up the default values in documentation. - renamed POSE_OT_select_hierarchy "add_to_sel" property to "extend" - some property names were wrong (giving errors in the console at startup) |
Commit Details:
Full Hash: b450313b8da2b9844a83f2006ebb50d328c367e9
SVN Revision: 19442
Parent Commit: 931527e
Lines Changed: +15, -15
6 Modified Paths:
/source/blender/editors/animation/anim_channels.c (+1, -1) (Diff)
/source/blender/editors/armature/armature_ops.c (+8, -8) (Diff)
/source/blender/editors/armature/editarmature.c (+1, -1) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_compat.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)
/source/blender/editors/armature/armature_ops.c (+8, -8) (Diff)
/source/blender/editors/armature/editarmature.c (+1, -1) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_compat.h (+1, -1) (Diff)
/source/blender/python/intern/bpy_rna.c (+2, -2) (Diff)