Merge branch 'blender-v2.92-release'

This commit is contained in:
Campbell Barton
2021-01-17 18:30:10 +11:00

View File

@@ -272,7 +272,6 @@ static void rna_def_workspace_tool(BlenderRNA *brna)
prop = RNA_def_property(srna, "idname_fallback", PROP_STRING, PROP_NONE);
RNA_def_property_ui_text(prop, "Identifier Fallback", "");
RNA_def_struct_name_property(srna, prop);
prop = RNA_def_property(srna, "index", PROP_INT, PROP_NONE);
RNA_def_property_clear_flag(prop, PROP_EDITABLE);