Fix T70068: sculpt mode hide masked not working after show all
This commit is contained in:
@@ -2831,6 +2831,7 @@ class VIEW3D_MT_sculpt(Menu):
|
||||
props.area = 'INSIDE'
|
||||
|
||||
props = layout.operator("paint.hide_show", text="Hide Masked")
|
||||
props.action = 'HIDE'
|
||||
props.area = 'MASKED'
|
||||
|
||||
layout.separator()
|
||||
|
||||
Reference in New Issue
Block a user