Blender Git Loki
Git Commits -> Revision 3b487a6
Revision 3b487a6 by Campbell Barton (master) September 23, 2012, 02:31 (GMT) |
fix for all pose-group editing functions crashing when the context didnt have an area (in background mode), fix pose-group-sort and pose-group-moving being disabled for pinned poses. also fix for own missing NULL check for pose mask clear which would crash when run without an active object |
Commit Details:
Full Hash: 3b487a6944892204afbdc920ac839a266f54aff5
SVN Revision: 50818
Parent Commit: 89d6cc7
Lines Changed: +67, -81
7 Modified Paths:
/source/blender/blenkernel/BKE_object.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+7, -7) (Diff)
/source/blender/editors/armature/poseobject.c (+36, -68) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+6, -6) (Diff)
/source/blender/editors/screen/screen_ops.c (+15, -0) (Diff)
/source/blender/blenkernel/intern/object.c (+7, -7) (Diff)
/source/blender/editors/armature/poseobject.c (+36, -68) (Diff)
/source/blender/editors/include/ED_armature.h (+1, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/mesh/mesh_data.c (+6, -6) (Diff)
/source/blender/editors/screen/screen_ops.c (+15, -0) (Diff)