Support colour strips as Attract shots

This commit is contained in:
2018-03-22 16:25:35 +01:00
parent 096a5f5803
commit 4aae107396
2 changed files with 2 additions and 1 deletions

View File

@@ -186,7 +186,7 @@ class AttractToolsPanel(AttractPollMixin, Panel):
def draw(self, context):
strip = active_strip(context)
layout = self.layout
strip_types = {'MOVIE', 'IMAGE', 'META'}
strip_types = {'MOVIE', 'IMAGE', 'META', 'COLOR'}
selshots = list(selected_shots(context))
if strip and strip.type in strip_types and strip.atc_object_id: