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>2021-01-16 03:39:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-16 03:39:29 +0300
commit3adb9530bb561b9cbb74e4efd450b79bd937fda9 (patch)
tree8ec0d82474cc05164d71733838175d405764f934 /release/scripts/startup/bl_ui
parent3856c58f5d28ebac4ea57ae8eaf59bef3946fb4a (diff)
parentcdfa3feb911164118fcc5b574b3e1a35c8f99c72 (diff)
Merge branch 'blender-v2.92-release'
Diffstat (limited to 'release/scripts/startup/bl_ui')
-rw-r--r--release/scripts/startup/bl_ui/space_toolsystem_toolbar.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
index d0122536e94..d9661322821 100644
--- a/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_toolsystem_toolbar.py
@@ -462,6 +462,8 @@ class _defs_view3d_add:
row = layout.row()
row.scale_x = 0.7
row.prop(props, "plane_origin")
+ row.scale_x = 0.8
+ row.prop(props, "snap_target")
@ToolDef.from_fn
def cube_add():