Merge branch 'master' into blender2.8
This commit is contained in:
@@ -2046,6 +2046,7 @@ class VIEW3D_MT_sculpt(Menu):
|
||||
layout.prop(sculpt, "show_brush")
|
||||
layout.prop(sculpt, "use_deform_only")
|
||||
layout.prop(sculpt, "show_diffuse_color")
|
||||
layout.prop(sculpt, "show_mask")
|
||||
|
||||
|
||||
class VIEW3D_MT_hide_mask(Menu):
|
||||
|
||||
@@ -1648,6 +1648,7 @@ class VIEW3D_PT_sculpt_options(Panel, View3DPaintPanel):
|
||||
layout.prop(sculpt, "show_low_resolution")
|
||||
layout.prop(sculpt, "use_deform_only")
|
||||
layout.prop(sculpt, "show_diffuse_color")
|
||||
layout.prop(sculpt, "show_mask")
|
||||
|
||||
self.unified_paint_settings(layout, context)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user