mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Create write nodes with no version in the output path.
This commit is contained in:
parent
3ba5478d0f
commit
dd944d0dda
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ def create_write_node(name, data):
|
|||
|
||||
# build file path to workfiles
|
||||
fpath = str(anatomy_filled["work"]["folder"]).replace("\\", "/")
|
||||
fpath = '{work}/renders/v{version}/{subset}.{frame}.{ext}'.format(
|
||||
fpath = '{work}/renders/nuke/{subset}/{subset}.{frame}.{ext}'.format(
|
||||
work=fpath, version=data["version"], subset=data["subset"],
|
||||
frame=data["frame"],
|
||||
ext=data["nuke_dataflow_writes"]["file_type"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue