Sculpt UI: add missing sculpt options to menu
This commit is contained in:
@@ -1149,10 +1149,13 @@ class VIEW3D_MT_sculpt(Menu):
|
|||||||
|
|
||||||
layout.separator()
|
layout.separator()
|
||||||
layout.prop(sculpt, "use_threaded", text="Threaded Sculpt")
|
layout.prop(sculpt, "use_threaded", text="Threaded Sculpt")
|
||||||
|
layout.prop(sculpt, "show_low_resolution")
|
||||||
layout.prop(sculpt, "show_brush")
|
layout.prop(sculpt, "show_brush")
|
||||||
|
layout.prop(sculpt, "use_deform_only")
|
||||||
|
|
||||||
# TODO, make available from paint menu!
|
# TODO, make available from paint menu!
|
||||||
ups = context.tool_settings.unified_paint_settings
|
ups = context.tool_settings.unified_paint_settings
|
||||||
|
layout.separator()
|
||||||
layout.prop(ups, "use_unified_size")
|
layout.prop(ups, "use_unified_size")
|
||||||
layout.prop(ups, "use_unified_strength")
|
layout.prop(ups, "use_unified_strength")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user