blender/release/scripts/templates
Campbell Barton 5272991e8b generic operator menu was searching for "type" and using the first enum property if it wasnt found.
this is too arbitrary and could break if roperty order is changed.
store the property in the operator type that is to be used for menu and enum search func's.

python function for searching operator enums on invoke. (just need dynamic python enums now)
 wm.invoke_search_popup(self)
2010-01-15 22:40:33 +00:00
..
gamelogic_basic.py remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
gamelogic_module.py remove GPL headers from templates, am happy for them to be public domain 2009-11-18 14:25:36 +00:00
gamelogic.py patch from Ronan Bignaux 2009-11-21 17:41:09 +00:00
operator_simple.py * register operators like other classes 2009-12-24 19:50:43 +00:00
operator_uv.py spelling errors, no real changes to code. 2010-01-14 10:59:42 +00:00
operator.py generic operator menu was searching for "type" and using the first enum property if it wasnt found. 2010-01-15 22:40:33 +00:00