[Bf-blender-cvs] [a8da11c] master: Add missing TEXTEDIT_UPDATE option

Campbell Barton noreply at git.blender.org
Fri May 8 00:59:25 CEST 2015


Commit: a8da11c014a664afbec3c0fe6fbbc63e67d8dedc
Author: Campbell Barton
Date:   Fri May 8 08:58:29 2015 +1000
Branches: master
https://developer.blender.org/rBa8da11c014a664afbec3c0fe6fbbc63e67d8dedc

Add missing TEXTEDIT_UPDATE option

===================================================================

M	source/blender/python/intern/bpy_props.c

===================================================================

diff --git a/source/blender/python/intern/bpy_props.c b/source/blender/python/intern/bpy_props.c
index 0e9e6b7..779c738 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -68,7 +68,8 @@ static EnumPropertyItem property_flag_items[] = {
 	{0, NULL, 0, NULL, NULL}};
 
 #define BPY_PROPDEF_OPTIONS_DOC \
-"   :arg options: Enumerator in ['HIDDEN', 'SKIP_SAVE', 'ANIMATABLE', 'LIBRARY_EDITABLE', 'PROPORTIONAL'].\n" \
+"   :arg options: Enumerator in ['HIDDEN', 'SKIP_SAVE', 'ANIMATABLE', 'LIBRARY_EDITABLE', 'PROPORTIONAL'," \
+                                "'TEXTEDIT_UPDATE'].\n" \
 "   :type options: set\n" \
 
 static EnumPropertyItem property_flag_enum_items[] = {




More information about the Bf-blender-cvs mailing list