From 469a9318aff53f6a95c7f44ea75a169cb40061a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 7 Nov 2016 13:39:14 +0100 Subject: [PATCH] Also allow meta strips to be considered "shots" in Attract. --- blender_cloud/attract/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index 6b4ee16..a056ee1 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -164,7 +164,7 @@ class ToolsPanel(Panel): def draw(self, context): strip = active_strip(context) layout = self.layout - strip_types = {'MOVIE', 'IMAGE'} + strip_types = {'MOVIE', 'IMAGE', 'META'} selshots = list(selected_shots(context)) if strip and strip.type in strip_types and strip.atc_object_id: