GPencil: Remove console warning in RENDER_PT_gpencil panel

COMPAT_ENGINE was missing
This commit is contained in:
Antonio Vazquez 2020-09-06 19:03:12 +02:00
parent 18e205079c
commit 32d0918f3d
1 changed files with 1 additions and 0 deletions

View File

@ -537,6 +537,7 @@ class RENDER_PT_gpencil(RenderButtonsPanel, Panel):
bl_label = "Grease Pencil"
bl_options = {'DEFAULT_CLOSED'}
bl_order = 10
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_EEVEE', 'BLENDER_WORKBENCH'}
def draw(self, context):
layout = self.layout