blender/release/scripts
Campbell Barton 8845163574 menu to select an enum from an RNA path:
eg,
   bpy.ops.wm.context_menu_enum(data_path="scene.tool_settings.vertex_paint.brush.stroke_method")

This saves us defining operators only for menus.
2011-02-15 18:12:41 +00:00
..
io/netrender minor python register changes. 2011-02-11 00:11:17 +00:00
keyingsets - move keyingsets_utils.py into modules. 2011-02-12 08:12:00 +00:00
modules py rna api: turn class.is_register into a class property rather then a class method. 2011-02-14 07:26:07 +00:00
op menu to select an enum from an RNA path: 2011-02-15 18:12:41 +00:00
presets pep8 cleanup 2011-02-04 09:27:25 +00:00
templates update templates for registration changes 2011-02-12 08:04:32 +00:00
ui made most variables which are only used in a single file and not defined in header static for blenlib, blenkernel and editors. 2011-02-14 17:55:27 +00:00