Blender Git Commit Log
Git Commits -> Revision d36a1b4
Revision d36a1b4 by Campbell Barton (master) June 9, 2009, 10:30 (GMT) |
added layout attribute for setting the operator execution context. eg, layout.operator_context = 'INVOKE_REGION_WIN' Needed to set the context that menu item operators are executed in. fixed missing NULL check with anim system debug printing. |
Commit Details:
Full Hash: d36a1b4f06698bcf031f06f7f289ca4636f42c88
SVN Revision: 20746
Parent Commit: a0ea138
Lines Changed: +44, -5
6 Modified Paths:
/release/ui/space_sequencer.py (+1, -1) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+30, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)
/source/blender/editors/animation/keyframing.c (+4, -1) (Diff)
/source/blender/editors/include/UI_interface.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_layout.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_ui.c (+30, -3) (Diff)
/source/blender/windowmanager/WM_types.h (+1, -0) (Diff)