Skip to content

Commit

Permalink
Re-added support for Camera2 node in Nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvink committed Nov 8, 2021
1 parent 520e335 commit 65a9f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/tk-nuke_scene_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def update(self, items):
"""
engine = self.parent.engine

node_type_list = ["Read", "ReadGeo2", "Camera3"]
node_type_list = ["Read", "ReadGeo2", "Camera2", "Camera3"]

for i in items:
node_name = i["node"]
Expand Down

0 comments on commit 65a9f95

Please sign in to comment.