blender/release/scripts
Campbell Barton 22a892f402 - 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
2009-12-22 16:11:11 +00:00
..
io netrender: display dispatching rules under master header. (read only for now) 2009-12-21 19:56:53 +00:00
modules py error fix and minor changes to rna info class 2009-12-21 23:14:16 +00:00
op - make ToolSettings.mesh_selection_mode into an array of 3 bools rather then an enum since multiple can be set at once. 2009-12-22 16:11:11 +00:00
presets Two files missing in case conversion in r24816. 2009-11-23 17:27:00 +00:00
templates rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject 2009-12-07 00:16:57 +00:00
ui - make ToolSettings.mesh_selection_mode into an array of 3 bools rather then an enum since multiple can be set at once. 2009-12-22 16:11:11 +00:00