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:
authorDalai Felinto <dalai@blender.org>2020-11-18 02:19:29 +0300
committerJacques Lucke <jacques@blender.org>2020-12-02 17:38:47 +0300
commit56931f63c6c42ee0435fb64b221099077c4ed06d (patch)
treecdf6f0631ac54fb499da702923e06d7d8ef179c9 /source/blender/makesrna/intern/rna_userdef.c
parentb1d1a58c77fb165855c3ff8c13fdebe3d4297db8 (diff)
Preferences: remove Geometry Nodes from experimental
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 08912e11146..0b7cc7a695a 100644
--- a/source/blender/makesrna/intern/rna_userdef.c
+++ b/source/blender/makesrna/intern/rna_userdef.c
@@ -6154,11 +6154,6 @@ static void rna_def_userdef_experimental(BlenderRNA *brna)
"Undo Legacy",
"Use legacy undo (slower than the new default one, but may be more stable in some cases)");
- prop = RNA_def_property(srna, "use_new_geometry_nodes", PROP_BOOLEAN, PROP_NONE);
- RNA_def_property_boolean_sdna(prop, NULL, "use_new_geometry_nodes", 1);
- RNA_def_property_ui_text(
- prop, "New Geometry Nodes", "Enable the new geometry nodes system in the ui");
-
prop = RNA_def_property(srna, "use_new_point_cloud_type", PROP_BOOLEAN, PROP_NONE);
RNA_def_property_boolean_sdna(prop, NULL, "use_new_point_cloud_type", 1);
RNA_def_property_ui_text(