Blender Git Commit Log
Git Commits -> Revision 22a892f
Revision 22a892f by Campbell Barton (master) December 22, 2009, 16:11 (GMT) |
- make ToolSettings.mesh_selection_mode into an array of 3 bools rather then an enum since multiple can be set at once. - ToolSettings had its id.data set to NULL when taken directly from the context (causing a crash in cases) - menu for changing vert/edge/face selection now a python menu, removed operator. - wm.context_set_value(), would really prefer not to have this since it evaluates the value as a python expression however there are no ways to define arrays in PyOperators |
Commit Details:
Full Hash: 22a892f4024db7da71ccdced00bf494c28443510
SVN Revision: 25522
Parent Commit: 68bc4d7
Lines Changed: +117, -69
10 Modified Paths:
/release/scripts/op/mesh_skin.py (+5, -6) (Diff)
/release/scripts/op/wm.py (+34, -4) (Diff)
/release/scripts/ui/space_view3d.py (+23, -0) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+0, -51) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+0, -1) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_context.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+44, -4) (Diff)
/source/blender/makesrna/RNA_types.h (+6, -1) (Diff)
/release/scripts/op/wm.py (+34, -4) (Diff)
/release/scripts/ui/space_view3d.py (+23, -0) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+0, -51) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+0, -1) (Diff)
/source/blender/editors/mesh/mesh_ops.c (+1, -2) (Diff)
/source/blender/makesrna/intern/rna_context.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_internal.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+44, -4) (Diff)
/source/blender/makesrna/RNA_types.h (+6, -1) (Diff)