From 4c3a537b1ceca9c930fcd587ff44c4bcf2306546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 3 Nov 2016 14:48:11 +0100 Subject: [PATCH] Allow Blender to set shot pictures --- attract/shots/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/attract/shots/__init__.py b/attract/shots/__init__.py index 3414d9b..d6d9b83 100644 --- a/attract/shots/__init__.py +++ b/attract/shots/__init__.py @@ -22,6 +22,7 @@ from attract.node_types import node_type_shot, node_type_task VALID_PATCH_OPERATIONS = { u'from-blender': { u'name', + u'picture', u'properties.trim_start_in_frames', u'properties.duration_in_edit_in_frames', u'properties.cut_in_timeline_in_frames',