Hi All,
We are trying to use vray spawner DBR to speed up our rendering in deadline. But the slaves can’t find the plugin.ini file and the slaves won’t start the tasks.
We using python script to submit the .max rendering job and here are our settings:
jobInfo={
“Name”:job,
“UserName”:username,
“Frames”: “0-4”,
“Plugin”:“3dsmax”,
“Group”:OURGROUP,
“Comment”:job,
“EnvironmentKeyValue0”:self.value0,
“EnvironmentKeyValue1”:self.value1,
“EnvironmentKeyValue2”:self.value2,
“EnvironmentKeyValue3”:self.value3,
‘EnvironmentKeyValue4’:self.value4,
‘EnvironmentKeyValue5’:self.value5,
‘EnvironmentKeyValue6’:self.value6,
}
pluginInfo={
“Version”:r"2014",
“OverridePluginIni”:r"//sharedisc/renderFarmPlugins.ini",
“SceneFile”:r"//sharedisc/" + filename,
“RenderOutput”:’//sharedisc/test.jpg’,
“LocalRendering”:“1”,
“SaveFile”:“true”,
“PathConfigFile”:r"//sharedisc/test.mxp",
“MergePathConfigFile”:“true”,
“vray_lightcache_subdivs”:r"300",
“vray_adv_irradmap_useCurrentPassSamples”:r"very low",
“vray_system_distributedRender”:“true”,
“VRayDBRJob”:“true”,
“UseSlaveMode”:“0”,
“UseSilentMode”:“1”,
“RestartRendererMode”:“1”,
“DBRJobFrame”:“0”,
}
We have set the OverridePluginIni value to the directory of the renderFarmPlugin.ini file, which is meant to start up the vray3.00.03 plugin to render the .max file. But we find the slaves won’t start the vray3.00.03 plugin and the job can’t be done. The renderFarmPlugin.ini file has been tested in the single task job submit and worked well. And the slaves can access the ini file on the shared disc.
So does anyone have a clue on how to submit a vray spawner DBR job using python script and make the slaves start up the vray3.00.03 plugin to render the task?
Thanks!