From ec97183876faa5b18debc75fb64b024da41f9012 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 5 Feb 2013 05:09:19 +0000 Subject: add python api docstring for 'bpy.types.Operator.bl_property' --- source/blender/python/intern/bpy_operator_wrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/python/intern/bpy_operator_wrap.c b/source/blender/python/intern/bpy_operator_wrap.c index e13dc6ecddd..9d92ff51213 100644 --- a/source/blender/python/intern/bpy_operator_wrap.c +++ b/source/blender/python/intern/bpy_operator_wrap.c @@ -88,12 +88,12 @@ static void operator_properties_init(wmOperatorType *ot) } } else { + /* fallback to hard-coded string (pre 2.66, could be deprecated) */ prop_id = "type"; prop_raise_error = false; } if (prop_id) { - /* fallback to hard-coded string */ PointerRNA ptr; PropertyRNA *prop; -- cgit v1.2.3