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
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2022-03-16 18:56:53 +0300
committerHans Goudey <h.goudey@me.com>2022-03-16 18:56:53 +0300
commit213d00607ea00dade57ebed0cd0e33cdbf8b0b7c (patch)
treef3a9927e0a10045344b072b9b6ff0fd81178a2a2 /source/blender/makesrna/intern/rna_userdef.c
parent79e74b14861e996bbb1d858409f527908b18d3e0 (diff)
Cleanup: Further removal for legacy geometry nodes
943b919fe807b535586 missed removing the experimental option and the nodes from the add menu.
Diffstat (limited to 'source/blender/makesrna/intern/rna_userdef.c')
-rw-r--r--source/blender/makesrna/intern/rna_userdef.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/makesrna/intern/rna_userdef.c b/source/blender/makesrna/intern/rna_userdef.c
index 78e6bfec03f..3ab6612d6a2 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6437,11 +6437,6 @@ static void rna_def_userdef_experimental(BlenderRNA *brna)
RNA_def_property_ui_text(
prop, "Override Templates", "Enable library override template in the python API");
- prop = RNA_def_property(srna, "use_geometry_nodes_legacy", PROP_BOOLEAN, PROP_NONE);
- RNA_def_property_boolean_sdna(prop, NULL, "use_geometry_nodes_legacy", 1);
- RNA_def_property_ui_text(
- prop, "Geometry Nodes Legacy", "Enable legacy geometry nodes in the menu");
-
prop = RNA_def_property(srna, "use_named_attribute_nodes", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "use_named_attribute_nodes", 1);
RNA_def_property_ui_text(prop,