1
1

temp-sculpt-cavity-mask: Fix python styling

This commit is contained in:
2022-09-28 16:11:45 -07:00
parent b1b76cb4b4
commit 7896952519

View File

@@ -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)