Also allow meta strips to be considered "shots" in Attract.

This commit is contained in:
Sybren A. Stüvel 2016-11-07 13:39:14 +01:00
parent e265081131
commit 469a9318af

View File

@ -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: