UI: Expose Views to eevee and clay

This commit is contained in:
Dalai Felinto 2017-05-16 12:58:02 +02:00
parent 1e31127933
commit c81950fbd5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class RENDERLAYER_UL_renderviews(UIList):
class RENDERLAYER_PT_views(RenderLayerButtonsPanel, Panel):
bl_label = "Views"
COMPAT_ENGINES = {'BLENDER_RENDER'}
COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_CLAY', 'BLENDER_EEVEE'}
bl_options = {'DEFAULT_CLOSED'}
def draw_header(self, context):