add python api docstring for 'bpy.types.Operator.bl_property'

This commit is contained in:
2013-02-05 05:09:19 +00:00
parent a8601a5702
commit ec97183876
3 changed files with 61 additions and 1 deletions

View File

@@ -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;