Absolutely wrong render elements handling - NetRender
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
Attachment | Size |
---|---|
renderelementproblem.jpg | 573.36 KB |
Comments
Another example...
Another example... https://dl.dropboxusercontent.com/u/1152958/renderelement_doesnt_work.jpg
This syntax doesnt work. When i copy - paste these lines, i got an error:
`
check this one, it's better to submit job by NetRenderAutomation than standard NetRender:
http://forums.cgsociety.org/showthread.php?f=98&s=9f6abfed0537ff7aa7a752...
Thanks the link, it's really
Thanks the link, it's really cool, solved the problem! :)
`
Hi, try this:
Thanks you the reply, the
Thanks you the reply, the code is really great, but unfortunatelly the submitted job doesnt contain the right render element pathes.
You can see here: https://dl.dropboxusercontent.com/u/1152958/element_lost.jpg
The incredible thing is that when i submit the job manually by the common Network dialog, the elements are right.
But when i use the:
script line, there is no element output path...
How can i submit jobs with contained element pathes?