Not sure if this is the place, but with heavy scenes is the proper protocol with .vrscene files to do /frame? If so, do we add $F to the file name? And then how to tell standalone to render them as a sequence vs submitting them one by one? thanks
Announcement
Collapse
No announcement yet.
Standalone per frame
Collapse
X
-
> If so, do we add $F to the file name?
Yes.
> And then how to tell standalone to render them as a sequence vs submitting them one by one?
What do you mean by that?
Submitting where? Submitting how?
V-Ray Deadline ROP has frame number controls.
If you have custom submitter - you'll have to implement it yourself.
V-Ray Standalone is not a render manager.Last edited by bdancer; 28-03-2020, 03:59 AM.
-
OK, thanks. My ultimate goal actually isn't really to render the .vrscene files with standalone but rather to read them into another scene and render *that* scene. We've never gotten the V-Ray Deadline submitters to work. But we hit another snag. If we render .vrscene files as a sequence out with $F in the file path, we can read them into a vrayScene node. They show in the viewport but do not render. However if we create .vrscene files as one huge file for the sequence, they don't show in the viewport but DO render. Sigh. I don't really care if they show in the viewport, but making the 2000+ frame .vrscene I think is going to be a non-starter
Comment
-
> We've never gotten the V-Ray Deadline submitters to work.
Well, you could report whats missing / not working.
Btw, latest Deadline version also supports VFH.
> But we hit another snag. If we render .vrscene files as a sequence out with $F in the file path, we can read them into a vrayScene node. They show in the viewport but do not render.
And what are the errors / warnings anything in log? Exported vrscene contents?
I can't fix the issue if I don't know that issue exists...
Any changes for a scene setup?
Comment
-
Tnx, much appreciated!
Comment
-
OK, so in the linked file both vrayScene nodes are reading the same sequence. The one called SEQ is reading it as a sequence whereas SINGLE is just reading frame 1501. SEQ does not render but SINGLE does.
https://www.dropbox.com/s/oq8wa0xwc8...scene.zip?dl=0
Comment
-
We've never gotten the V-Ray Deadline submitters to work.We did report the Deadline problems.
Are we talking about this thread: https://forums.chaosgroup.com/forum/...be-fixed/page2
I was under the impression the problem is resolved - the submissions were failing because of errors in the log. Can you please try enabling the Log window and checking for text in red ?
Comment
-
vrscene should be fixed in the next night, frame tag replacement was done wrong (there is an error message in the log btw).
As a workaround you could use ${F4} instead of $F.
Comment
-
Thank you for the logs. Here are the errors:
STDOUT: VFH [Error] * Python evaluation error: "No module named vray"
STDOUT: VFH [Error] * Traceback (most recent call last):
STDOUT: VFH [Error] * File "<stdin>", line 1, in <module>
STDOUT: VFH [Error] * ImportError: No module named vray
More info here: https://forums.chaosgroup.com/forum/...udini-18-0-391
Comment
-
Originally posted by Gosho.Genchev View PostThank you for the logs. Here are the errors:
How is V-Ray set up on the machine doing the export for this log ? The PYTHONPATH variable should contain the appsdk/python27 folder - not having this is the only reason I can think of for this message to pop up.
More info here: https://forums.chaosgroup.com/forum/...udini-18-0-391
Comment
-
Originally posted by bdancer View Postvrscene should be fixed in the next night, frame tag replacement was done wrong (there is an error message in the log btw).
As a workaround you could use ${F4} instead of $F.
currently we have the issue, that ${F4} in the File Path is not evaluated correctly inside the vrscene file. It is evaluated to <frame4>, and therefore writes incorrect named files.
Any idea why that is happening again?
VFH [Info] * Build number:7598 hash:a9b4e90 from 05 Jul 2020 11:54
Thanks
DominikDominik Markota | Head of CGI | Senior Shading & Lighting TD @ Serviceplan MAKE
Comment
Comment