This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/intern
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
..
2009-04-07 17:08:24 +00:00
2009-04-01 12:43:07 +00:00
2009-06-05 12:48:58 +00:00
2009-06-05 12:48:58 +00:00
2009-06-05 12:48:58 +00:00
2008-11-29 13:36:08 +00:00
2009-06-05 12:48:58 +00:00
2009-05-05 23:10:32 +00:00