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: