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',