fix incorrect ui text for is_runtime
This commit is contained in:
@@ -1067,7 +1067,7 @@ static void rna_def_property(BlenderRNA *brna)
|
||||
prop= RNA_def_property(srna, "is_runtime", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
|
||||
RNA_def_property_boolean_funcs(prop, "rna_Property_runtime_get", NULL);
|
||||
RNA_def_property_ui_text(prop, "Read Only", "Property is editable through RNA");
|
||||
RNA_def_property_ui_text(prop, "Runtime", "Property has been dynamically created at runtime");
|
||||
|
||||
prop= RNA_def_property(srna, "is_enum_flag", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
|
||||
|
Reference in New Issue
Block a user