Blender Git Commit Log
Git Commits -> Revision d86663e
Revision d86663e by Nicholas Bishop (master) August 16, 2009, 05:48 (GMT) |
2.5/Modes: * Added OBJECT_OT_mode_set for setting the object mode. Takes one property, "mode", which can be any of the OB_MODE_* flags. The available modes are limited based on the active object (e.g. only meshes can have sculptmode, and so forth.) * Set the icon properties in the object mode enum RNA TODO: At this point I think everything is ready to start ripping out the ugly hacks in view3d_header for setting the mode :) |
Commit Details:
Full Hash: d86663ee1a4e845afd15752bac6dfb05dd675f69
SVN Revision: 22501
Parent Commit: 128cf15
Lines Changed: +98, -12
5 Modified Paths:
/source/blender/editors/object/object_edit.c (+80, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+14, -12) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)
/source/blender/editors/object/object_intern.h (+1, -0) (Diff)
/source/blender/editors/object/object_ops.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object.c (+14, -12) (Diff)
/source/blender/makesrna/RNA_enum_types.h (+2, -0) (Diff)