Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-17 10:30:10 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-17 10:30:10 +0300
commit54c28e5bfb6bb023e7fa352c6dda740a16159b2a (patch)
tree532bb3f25c438e185ba15ddbe41582184ba2dce0 /source
parent1e8ed36a907c140f235ee312c1a66141f42060d3 (diff)
parent66a87fc9f47217d203b8aaa4e837d25737d0307a (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_workspace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_workspace.c b/source/blender/makesrna/intern/rna_workspace.c
index 4a4ac758daf..6b52a38c2da 100644
--- a/source/blender/makesrna/intern/rna_workspace.c
+++ b/source/blender/makesrna/intern/rna_workspace.c
@@ -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);