Fix Grease Pencil panel showing as first panel in render properties

Move it lower next to the Freestyle panel.
This commit is contained in:
Brecht Van Lommel 2020-06-04 14:44:00 +02:00
parent 41866070d3
commit 3b4ef08d68

@ -534,6 +534,7 @@ class RENDER_PT_eevee_performance(RenderButtonsPanel, Panel):
class RENDER_PT_gpencil(RenderButtonsPanel, Panel):
bl_label = "Grease Pencil"
bl_options = {'DEFAULT_CLOSED'}
bl_order = 10
@classmethod
def poll(cls, context):