From 6bca4b13de2dbe0c708f1fef4765cb5946edeb70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Nov 2016 12:27:02 +0100 Subject: [PATCH] Allow Blender to set shot 'used_in_edit' via '$set' PATCH cmd --- attract/shots/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/attract/shots/__init__.py b/attract/shots/__init__.py index 2d2e0dc..030b707 100644 --- a/attract/shots/__init__.py +++ b/attract/shots/__init__.py @@ -27,6 +27,7 @@ VALID_PATCH_FIELDS = { u'properties.duration_in_edit_in_frames', u'properties.cut_in_timeline_in_frames', u'properties.status', + u'properties.used_in_edit', }, u'from-web': { u'properties.status',