mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Nuke: Add support for more complex templates in temp_rendering_path_template
This commit is contained in:
parent
6f0c5083d3
commit
c2a576a39a
1 changed files with 1 additions and 4 deletions
|
|
@ -1302,10 +1302,7 @@ def create_write_node(
|
|||
fdir = str(anatomy_filled["work"]["folder"]).replace("\\", "/")
|
||||
fpath = data["fpath_template"].format(
|
||||
work=fdir,
|
||||
version=data["version"],
|
||||
subset=data["subset"],
|
||||
frame=data["frame"],
|
||||
ext=ext
|
||||
**data,
|
||||
)
|
||||
|
||||
# create directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue