Blender Git Commit Log

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

3 Modified Paths:

/source/blender/python/intern/bpy_intern_string.c (+3, -0) (Diff)
/source/blender/python/intern/bpy_intern_string.h (+1, -0) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+62, -14) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021