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:
authorJoseph Eagar <joeedh@gmail.com>2022-09-29 02:11:45 +0300
committerJoseph Eagar <joeedh@gmail.com>2022-09-29 02:11:45 +0300
commit789695251971ae7b830a0ceedc2f867fad278bd2 (patch)
tree9e2c73fc0349cde80555dbe0cbf67e2dfb531011
parentb1b76cb4b469ab25319a43565ed564b7947dc60f (diff)
temp-sculpt-cavity-mask: Fix python stylingtemp-sculpt-cavity-mask
-rw-r--r--release/scripts/startup/bl_ui/space_view3d_toolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_view3d_toolbar.py b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
index 16acfbfd1f7..153bce78ec2 100644
--- a/release/scripts/startup/bl_ui/space_view3d_toolbar.py
+++ b/release/scripts/startup/bl_ui/space_view3d_toolbar.py
@@ -1018,6 +1018,7 @@ class VIEW3D_PT_sculpt_options_gravity(Panel, View3DPaintPanel):
col.prop(sculpt, "gravity", slider=True, text="Factor")
col.prop(sculpt, "gravity_object")
+
# TODO, move to space_view3d.py
class VIEW3D_PT_sculpt_symmetry(Panel, View3DPaintPanel):
bl_context = ".sculpt_mode" # dot on purpose (access from topbar)