From 4aae1073963ec8b8f5fe1949a98ce5803d8174ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 22 Mar 2018 16:25:35 +0100 Subject: [PATCH] Support colour strips as Attract shots --- CHANGELOG.md | 1 + blender_cloud/attract/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 592f8bf..f83dacc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/blender_cloud/attract/__init__.py b/blender_cloud/attract/__init__.py index e66f1d9..bd6183f 100644 --- a/blender_cloud/attract/__init__.py +++ b/blender_cloud/attract/__init__.py @@ -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: