Blender Git Commit Log
Git Commits -> Revision febb2c2
Revision febb2c2 by Ton Roosendaal (master) December 24, 2008, 18:06 (GMT) |
2.5 Further simplifying making operators with menus; now you can add an 'invoke' callback: WM_menu_invoke which will automatically generate a menu with choices and assign it to the property 'type'. What also helps typing is the new RNA_enum_is_equal() function. Here's a paste of the now committed 'clear parent'. Note the undo push will become a flag too. http://pasteall.org/3660 (Brecht; fixed small bug in RNA_enum_is_equal!) To evaluate: solving dependencies for multipe scenes... probably will make a more generic flush call. |
Commit Details:
Full Hash: febb2c21e4fce4fbbbcc30bbab295b745920a062
SVN Revision: 18047
Parent Commit: 3c612bc
Lines Changed: +127, -88
6 Modified Paths:
/source/blender/editors/object/object_edit.c (+88, -74) (Diff)
/source/blender/editors/object/object_intern.h (+1, -1) (Diff)
/source/blender/editors/object/object_ops.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+27, -7) (Diff)
/source/blender/windowmanager/WM_api.h (+6, -4) (Diff)
/source/blender/editors/object/object_intern.h (+1, -1) (Diff)
/source/blender/editors/object/object_ops.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+2, -2) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+27, -7) (Diff)
/source/blender/windowmanager/WM_api.h (+6, -4) (Diff)