Hi
> But the frames never get "copied to the server once done".
There should be a list of frames at the end of the render log (rrControl, Job Log).
It states if the file was „C“ (=Copied).
> Nuke 12 doesn't have a cfg file, but there is a Nuke 10
The Nuke config file that we provide is C13__Nuke8.cfg
(As Nuke has not changed their commandline since version 8. They just added new features that we implement into our submission and render scripts).
If you have a Nuke 10 config file, then it might not work if you update nuke_localrenderout.py.
As we have modified the script at some time.
You should compare your Nuke 10 config file with the „original“ file in subfolder _config/rr_original/C13__Nuke8.cfg first.
Then you can see what you have changed.
I would say that your own Nuke render config is not required in 90% of pipelines.
As you can modify submitter default settings without creating a new file
(you just have to add __inhouse.inc files http://www.royalrender.de/help/ConfigurationRenderConfigs.html).
And so far I do not know why you have a Nuke10 config, the Nuke8 config should work fine.
> Where could I get a copy of all the scripts that RR uses? Would I have to reinstall RR to get it or something?
You should update RR with all files.
There is no guarantee that files are compatible if you mix RR versions.
http://www.royalrender.de/index.php/download.html
regards,
Holger Schönberger
Please use the rrKnights Tavern
or our support system for new questions.
Hi
The issue is that you have specified a scripted path in your write node in your nuke script.
If RR would set the local render out path, then RR renders into C:\RR_LocalData\renderout.
But your job renders to cachedscenes.
So either there is an issue with our localrenderout script (not able to change your script)
OR it is not active/executed (requires the rrJob option Local Render Out and Local Scene Copy).
Solution:
Please disable „Local Scene Copy“ for your job.
Long term solution: Disable it for all new jobs.
Create a file named
C13__Nuke____global__inhouse.inc
in your config folder.
Add the line
AllowLocalSceneCopy= 1~0
>How do I get it to output to the supplied XML/RR output path?
This feature was implemented in some version, but not yet enabled.
Please edit your Nuke render config and remove the # in front of
# <Layer -rrImageName ….
Note that it will only work if
Local Scene Copy is enabled
Local Render Out is enabled
You submit a specific Write node (in the rrJob „Layer“)
>Just to note, we are using our own custom write node, guessing that could have an effect?
Yes, what might be an issue.
Is it a Gizmo or a real new node type?
If it is a new node type, there is a function:
def getAllWriteNodes():
return getAllNodes('Write') + getAllNodes('DeepWrite') + getAllNodes('WriteGeo') + getAllNodes('WriteGeo2')
Then the scripts sets the parameter
writeNode["file"]
You might need to edit the nuke_localrenderout.py file.
regards,
Holger Schönberger
Please use the rrKnights Tavern
or our support system for new questions.
--
If you reply, the message is send to the user group which is sufficient and desired.
("Reply All" might send the message twice to the last author which is not required.
Replying "in private" prevents other users to see the answers and might not be seen by the single receiver if he has email rules in place.
If you want to talk to us in private, please use support@RoyalRender instead)
---
You received this message because you are subscribed to the Google Groups "Royal Render Knights Tavern" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rrKnights+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rrKnights/8e085db9-d8a7-4e8e-9d8b-282e2bcb6bc6n%40googlegroups.com.