UI: move brush appearance inside overlay panel

This commit is contained in:
Campbell Barton
2018-08-22 14:37:05 +10:00
parent cf038bcb15
commit f047224458

View File

@@ -1048,6 +1048,7 @@ class VIEW3D_PT_sculpt_symmetry(Panel, View3DPaintPanel):
class VIEW3D_PT_tools_brush_appearance(Panel, View3DPaintPanel):
bl_context = ".paint_common" # dot on purpose (access from topbar)
bl_label = "Appearance"
bl_parent_id = "VIEW3D_PT_tools_brush_overlay"
@classmethod
def poll(cls, context):