GPencil: Add header to Use Lights

This use the new header column
This commit is contained in:
Antonio Vazquez 2020-04-18 16:18:17 +02:00
parent 1c62ba80b1
commit bfdcb6bed6
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@ class OBJECT_PT_visibility(ObjectButtonsPanel, Panel):
col.prop(ob, "hide_render", text="Renders", toggle=False, invert_checkbox=True)
if context.object.type == 'GPENCIL':
col = layout.column(heading="Grease Pencil")
col.prop(ob, "use_grease_pencil_lights", toggle=False)