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):
|
||||
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:
|
||||
|
Reference in New Issue
Block a user