Hello,
When using the FlowProductionTrackingWrite node, the EXR render name is {Project}{Sequence}{Shot}scene_stereoexr32_main{Version}.####.exr. What do I need to do if I want the name of these files just to be {Project}{Sequence}{Shot}_{Version}.####.exr? Please help me figure this out
Are you using more than one task/step per shot? If so, you would need to do this in the publisher and implement logic to determine the next available version number for the Version. You would want to leave the actual writenode output path in the more verbose style, as you need to allow for either more than one writenode per nukescript, or more than one task per step.
Why do you want to take the render output out of the normal “work” and “publish” area workflows?
This would also de-couple the version number of the nukescript from the Version entity version number, which may or may not be desirable.
btw to format templates in this forum, put two single quotes down and enter the template insde; eg i_dont_get_reformatted
Hi Patrick,
For this testing phase I have FPT task set up as you can see in the screenshot. I am following instructions of the editorial and production department that are accustomed to a certain workflow and are not familiar with how the default configuration of the toolkit works. I am not sure if it would be easier to change the entire configuration or to make them learn this new workflow, but as I no expert yet in this area I am only follwing orders. They are used to the folder structure the studio manually creates for each project, each sequence in the project and each shot in each sequence. I am currently using NukeStudio to create the folder structure as similiar to theirs as possible however it still does not match exactly what they had in mind. They would like the Renders to go to ‘X:{Project}\TEST_SOFIA{Project} _02{Project}_02_010_90-RENDER’. But would this cause an issue with the shot uploaded to FPT?