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
Notes: blender-bot 2023-02-14 05:53:38 +01:00
Referenced by issue #55036, Tool System Todo
1 changed files with 1 additions and 0 deletions

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