Also allow meta strips to be considered "shots" in Attract.
This commit is contained in:
parent
e265081131
commit
469a9318af
@ -164,7 +164,7 @@ class ToolsPanel(Panel):
|
|||||||
def draw(self, context):
|
def draw(self, context):
|
||||||
strip = active_strip(context)
|
strip = active_strip(context)
|
||||||
layout = self.layout
|
layout = self.layout
|
||||||
strip_types = {'MOVIE', 'IMAGE'}
|
strip_types = {'MOVIE', 'IMAGE', 'META'}
|
||||||
|
|
||||||
selshots = list(selected_shots(context))
|
selshots = list(selected_shots(context))
|
||||||
if strip and strip.type in strip_types and strip.atc_object_id:
|
if strip and strip.type in strip_types and strip.atc_object_id:
|
||||||
|
Reference in New Issue
Block a user