Blender Git Commit Log
Git Commits -> Revision 02f951c
Revision 02f951c by Campbell Barton (master) September 3, 2009, 22:37 (GMT) |
allow execution mode to be given as an argument to operators from python (requested by algorith) example. bpy.ops.tfm.rotate('INVOKE_REGION_WIN', pivot=(0,1,2), ......) bpy_array.c - was too strict with types, 0 should be allowed as well as 0.0 in a float array. |
Commit Details:
Full Hash: 02f951c3a05f6586f12d129c70adffd8315ec3b7
SVN Revision: 22974
Parent Commit: fc975a9
Lines Changed: +79, -55
8 Modified Paths:
/blenderplayer/bad_level_call_stubs/stubs.c (+1, -1) (Diff)
/release/ui/bpy_ops.py (+26, -2) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+4, -0) (Diff)
/source/blender/python/intern/bpy_array.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_operator.c (+8, -27) (Diff)
/source/blender/windowmanager/intern/wm.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+35, -19) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -2) (Diff)
/release/ui/bpy_ops.py (+26, -2) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+4, -0) (Diff)
/source/blender/python/intern/bpy_array.c (+3, -3) (Diff)
/source/blender/python/intern/bpy_operator.c (+8, -27) (Diff)
/source/blender/windowmanager/intern/wm.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+35, -19) (Diff)
/source/blender/windowmanager/WM_api.h (+1, -2) (Diff)