From 3ee875d7617475b28bd32ef8859cc1cbfd1c45e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 10 Feb 2017 11:20:48 +0100 Subject: [PATCH] Added 'camera' column Officially requested by Colin Levy by application of Camera Polish Requisition Form 4B, signed by Colin Levy on this day at the Blender Institute. --- attract/node_types/shot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attract/node_types/shot.py b/attract/node_types/shot.py index 91739d2..e806c4e 100644 --- a/attract/node_types/shot.py +++ b/attract/node_types/shot.py @@ -43,7 +43,7 @@ node_type_shot = { 'parent': ['scene'] } -task_types = ['layout', 'animation', 'lighting', 'fx', 'rendering'] +task_types = ['layout', 'animation', 'camera', 'lighting', 'fx', 'rendering'] human_readable_properties = { 'properties.trim_start_in_frames': 'Trim Start',