View Full Version : How to turn off/on the rendered frame window when net rendering
Jon-Huhn 02-10-2008, 02:13 AM First I close the render settings dialog with renderSceneDialog.close(), and then I set the property in question with rendShowVFB=false. Then create my new job with <netManager>.newJob(), and I submit it for rendering with job.submit()... and the rendered frame window still appears when the server starts rendering.
Any ideas how to control this property?
|
|
RustyKnight
02-10-2008, 04:27 AM
Would in be possible to add a persistent filePostOpen callback into the scene before submission that would flag the render setting or perhaps a preRender event??
Shane
PiXeL_MoNKeY
02-10-2008, 04:43 AM
What render engine are you using? Some render engines have their own VFB, which would need to be disabled as well.
-Eric
Jon-Huhn
02-10-2008, 01:23 PM
Thanks, guys, for the ideas.
Shane,
So I think what you're suggesting is that I plant a script in the file so that when it's opened by each server, it sets rendShowVFB to false at render time? It'd be real shame if that's the only solution I can find because that will mean that this is an example of one more bugged maxscript command.... but I'll look into that and report back if it works.
Eric,
This is just the default scanline renderer that I'm dealing with now, I didn't even think about how this would impact others as well. Thanks for bringing it to my attention.
CGTalk Moderation
02-10-2008, 01:23 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.
vBulletin v3.0.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.