[Bf-blender-cvs] [e9efde2] master: Fix T38297: missing StringProperty subtype 'PASSWORD' in API docs.

Brecht Van Lommel noreply at git.blender.org
Mon Jan 20 22:01:55 CET 2014


Commit: e9efde2a05d3084301983bf98da619c265c59c73
Author: Brecht Van Lommel
Date:   Mon Jan 20 22:01:11 2014 +0100
https://developer.blender.org/rBe9efde2a05d3084301983bf98da619c265c59c73

Fix T38297: missing StringProperty subtype 'PASSWORD' in API docs.

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

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 e7e0e94..796f638 100644
--- a/source/blender/python/intern/bpy_props.c
+++ b/source/blender/python/intern/bpy_props.c
@@ -2444,7 +2444,7 @@ BPY_PROPDEF_NAME_DOC
 BPY_PROPDEF_DESC_DOC
 "   :arg options: Enumerator in ['HIDDEN', 'SKIP_SAVE', 'ANIMATABLE', 'LIBRARY_EDITABLE'].\n"
 "   :type options: set\n"
-"   :arg subtype: Enumerator in ['FILE_PATH', 'DIR_PATH', 'FILE_NAME', 'NONE'].\n"
+"   :arg subtype: Enumerator in ['FILE_PATH', 'DIR_PATH', 'FILE_NAME', 'PASSWORD', 'NONE'].\n"
 "   :type subtype: string\n"
 BPY_PROPDEF_UPDATE_DOC
 );




More information about the Bf-blender-cvs mailing list