Blender Git Loki
Git Commits -> Revision a8601a5
Revision a8601a5 by Campbell Barton (master) February 5, 2013, 04:41 (GMT) |
fix [#34113] operator_menu_enum() - Tooltip not showing descriptions Python wasn't able to set 'OperatorType.prop', which is used by uiButGetStrInfo(). add 'bl_property' to python operators which is assigned to OperatorType.prop when registering. (api docs coming next) |
Commit Details:
Full Hash: a8601a5702b5b510af46459ed7a36f65a3e4755d
SVN Revision: 54312
Parent Commit: 936a38c
Lines Changed: +66, -14