Support colour strips as Attract shots
This commit is contained in:
parent
096a5f5803
commit
4aae107396
@ -4,6 +4,7 @@
|
||||
|
||||
- Replace BAM with BAT🦇.
|
||||
- Don't crash the texture browser when an invalid texture is seen.
|
||||
- Support colour strips as Attract shots.
|
||||
|
||||
|
||||
## Version 1.8 (2018-01-03)
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user