If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
The vray frame buffer region is always something that catches me out when submitting jobs through deadline (which subsequently fails the job) due to forgetting to turn it off. If there was a maxscript command I could incorporate a check for this on job submission....
From my time at Frantic, i did do some internal work on deadline and the max submitter to cure the VFB issue, but i left before we got to a reliable solution, and had no news of the thing afterwards.
Let me tell you it was not trivial, as much as it may seem so on a first look.
Do mail the deadline dev team, and refresh their memory on this particular uissue, though, and they'll get it fixed.
hmmm yes, I imagine that without access to the vfb region propeties via maxscript it would be no trivial task to work the issue out. But with access to these properties it shouldnt be so hard.
Just a quick look at the vray properties throws up the following:
.output_renderType : integer
.output_regxmin : integer
.output_regxmax : integer
.output_regymin : integer
.output_regymax : integer
Comment