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 /release/scripts/startup/bl_ui/space_userpref.py
parentb1d1a58c77fb165855c3ff8c13fdebe3d4297db8 (diff)
Preferences: remove Geometry Nodes from experimental
Diffstat (limited to 'release/scripts/startup/bl_ui/space_userpref.py')
-rw-r--r--release/scripts/startup/bl_ui/space_userpref.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 8d73b0a0b93..7d92d6475eb 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2201,7 +2201,6 @@ class USERPREF_PT_experimental_prototypes(ExperimentalPanel, Panel):
context, (
({"property": "use_new_hair_type"}, "T68981"),
({"property": "use_new_point_cloud_type"}, "T75717"),
- ({"property": "use_new_geometry_nodes"}, "project/profile/121"),
),
)