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 /release/scripts/startup/bl_ui/space_userpref.py
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 '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 09716c77917..d163eafb70d 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2295,7 +2295,6 @@ class USERPREF_PT_experimental_debugging(ExperimentalPanel, Panel):
({"property": "use_undo_legacy"}, "T60695"),
({"property": "override_auto_resync"}, "T83811"),
({"property": "use_cycles_debug"}, None),
- ({"property": "use_geometry_nodes_legacy"}, "T91274"),
({"property": "show_asset_debug_info"}, None),
({"property": "use_asset_indexing"}, None),
),