Hello All,
When i want to submit a job to the renderfarm, everything is work but the render elements goes wrong. The render elements output path are missing.
I attached a picture about the problem, or you can check here: https://dl.dropboxusercontent.com/u/1152958/renderelementproblem.jpg
The code:
(
rollout jobTest "jobTest"
(
button Test "test"
on Test pressed do(
--get a NetManager instance
global m = netrender.getmanager()
--start this session
m.connect #manual "192.168.1.199"
global srv_list = m.getservers()
--create a Job
job = m.newjob file:(maxFilePath+maxFileName)
--Try to get the render elements from the current scene
num_rendElems = job.numRenderElements() --number of render elements for render
print num_rendElems
)
)
createDialog jobTest width:100 height:100 style:#(#style_titlebar, #style_sysmenu, #style_minimizebox, #style_resizing)
)
I copy - pasted the original script line from the original documentation: http://docs.autodesk.com/3DSMAX/16/ENU/MAXScript-Help/index.html?url=fil…
How can i render with correct render elements?
The documentation is wrong?
Thanks your answers in advance!
Mátyás Végh
By Matyrix · 2015-08-24