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:
authorCampbell Barton <ideasman42@gmail.com>2020-11-13 09:27:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-13 09:27:39 +0300
commitf00ebd4dba25f1ddc728a1431a1f81dd03c17457 (patch)
tree4a877ceed9af6b2ab3bc3f6e5186526d1f348884 /release/scripts/startup/bl_ui/space_userpref.py
parentccf8df66fea3650b3d43ed079f9eec4cf35e99f6 (diff)
UI: make add object tool experimental
Some changes here are planned which need feedback from users before declaring this ready for the next release.
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, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 56a9491a5e7..8d73b0a0b93 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -2188,6 +2188,7 @@ class USERPREF_PT_experimental_new_features(ExperimentalPanel, Panel):
({"property": "use_sculpt_vertex_colors"}, "T71947"),
({"property": "use_switch_object_operator"}, "T80402"),
({"property": "use_sculpt_tools_tilt"}, "T00000"),
+ ({"property": "use_object_add_tool"}, "T57210"),
),
)