PDA

View Full Version : How to control NetRender Window ?


jthwax
05-11-2009, 03:37 PM
I need control NetRender Window the "rendered frame Window" ,
and "Wait for MAX to Rentder".

Requests master help to answer, thanks ~

PiXeL_MoNKeY
05-11-2009, 04:25 PM
I think you are going to have to use something like .Net to modify the backburner.xml file, prior to submitting the job. You will need to modify the following lines in the <MaxClient_x64> and/or the <MaxClient_x86> sections:<UseVfb>0</UseVfb>
<UseTimeouts>Yes</UseTimeouts>
<MaxLoad>30</MaxLoad>
<MaxUnload>20</MaxUnload>
<MaxRender>500</MaxRender>-Eric

Kramsurfer
05-12-2009, 05:48 PM
You will also net to restart the job after making the changes to the xml. As Backburner only reads the .xml doc when the manager starts, the job restarts or the job is unarchived in BB.

PiXeL_MoNKeY
05-12-2009, 06:41 PM
Actually these must be modified before submitting the job, as the information per job is encoded based off the backburner.xml file in the Network folder of the submitting machine.

-Eric

jthwax
05-12-2009, 11:38 PM
This operation must be right?
Not other methods?
If there is no way to control the "manager",
Is not way to amend the "xml".

or you can demonstrate your practice?

DaveWortley
05-13-2009, 11:58 AM
You can control the Frame Buffer in max before you submit it. As for timeouts, you can edit a file somewhere to edit your defaults for submitting to backburner, but I've not found this file!

rendShowVFB = false

PiXeL_MoNKeY
05-13-2009, 04:52 PM
Prior to 2010 (Backburner 2008.1.1) the file is located in the Backburner Directory typically:C:\Program Files\Autodesk\Backburner\Network\backburner.xml. However with 2010 (Backburner 2008.1.1) the file has been moved to the User Directory folder:C:\Documents and Settings\[user_name]\Local Settings\Application Data\backburner\backburner.xml.

-Eric

DaveWortley
05-13-2009, 05:21 PM
Any ideas why max will just switch back to defaults in the netrender dialog and overright my edits with the original settings in the xml when i goto net-render?

PiXeL_MoNKeY
05-13-2009, 08:09 PM
1) Not editing the correct file (2010 uses the User Directory file while previous versions use the one in the Backburner\Network folder).
2) Not editing for the correct version of Max (there are <MaxClient_x86> and <MaxClient_x64> sections).
3) You don't have Use Timeouts Enabled.
4) Your computer hates you?

-Eric

PiXeL_MoNKeY
05-14-2009, 08:20 PM
The other option is submit your renders using the 3dsmaxcmd command-line renderer. This includes options for -waitLoad, -waitRender, and -waitUnload.

-Eric

CGTalk Moderation
05-14-2009, 08:20 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.