Has anyone come across this, when i DR render with RC2 i get four buckets with each of my dual render cores but when i render with RC3 i only get one bucket for each. Also with RC2 the Windows task manager shows it rendering at 100% for the DR nodes but the with RC3 it shows round 30%. Everything renders fine it is just slower, it looks as if it is not seeing the extra cores on the render nodes.
RC2 is installed with MAX8
RC3 is installed with MAX9 32bit version.
For whatever reason, 3dsmax 9 seems to assume always 1 rendering thread when started in slave mode; we will work around this issue, but for now, you can force V-Ray to use a specified number of threads across all render slaves by opening the maxscript listener (f11) and typing:
renderers.current.system_numThreads=4
This will cause all render slaves to always use 4 rendering threads.
If you want you can save this into a script in scripts/startup , then whenever you open a file that has vray assigned as the renderer the threads will be set to 4, if you save a maxstart file with vray assigned then it will set the threads to 4 everytime you start max.
This was only necessary for V-Ray 1.5 RC3, all later versions work fine (V-Ray simply ignores the 3ds Max multitheaded setting in DR/backburner mode now).