tornavis/source/blender/python
Campbell Barton bb06e311a1 added item_enumO() so python menu items can call enum types with string args.
Example sequencer menu
		self.layout.column()
		self.layout.item_enumO("SEQUENCER_OT_effect_strip_add", property='type', value='ADD', text="Effect Strip (Add)")
2009-06-07 14:53:08 +00:00
..
intern added item_enumO() so python menu items can call enum types with string args. 2009-06-07 14:53:08 +00:00
BPY_extern.h F8Key reloads all python scripts and redraws for quick testing 2009-04-23 06:58:02 +00:00
BPY_menus.c compiler fix part 1 2009-03-08 16:50:11 +00:00
BPY_menus.h compiler fix part 1 2009-03-08 16:50:11 +00:00
CMakeLists.txt Big, big commit!! 2009-05-05 23:10:32 +00:00
Makefile Merge of trunk into blender 2.5: 2008-11-12 21:16:53 +00:00
SConscript 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
epy_doc_gen.py made the material button use the active objects material 2009-05-11 08:40:50 +00:00
rna_dump.py - lazy subtype initialization rna, was initializing every type in bpy.types at startup, which is slow and doesn't allow access to dynamically added types. 2009-03-21 06:55:30 +00:00
simple_enum_gen.py 2.5: Remove OOPS code from the outliner space, as discussed 2009-03-26 14:05:33 +00:00