Skip to content

Commit

Permalink
Added copied files to read node in Nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
gillesvink committed Apr 7, 2022
1 parent 758645f commit f1b4980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,12 +248,12 @@ def _add_default_presets(self, overwrite):
"exportTemplate": (
(
script_hiero_str,
ShotgunNukeShotPreset("", {"readPaths": [], "writePaths": []}),
ShotgunNukeShotPreset("", {"readPaths": [copy_hiero_str.replace(os.sep, "/")], "writePaths": []}),
),
(
render_hiero_str,
FnExternalRender.NukeRenderPreset(
"", {"file_type": "dpx", "dpx": {"datatype": "10 bit"}}
"", {"file_type": "exr", "exr": {"datatype": "16 bit"}}
),
),
(
Expand Down

0 comments on commit f1b4980

Please sign in to comment.