One of our Devs discovered some issues.
-
Fusion Node installs as a service by default which runs the fuscript. This is causing it to fail. This service needs to be stopped in order for Deadline to run the process itself.
-
fuscript is connecting to the fusion render node before scripting systems are initialized which is causing the scene load to fail. We will need to do some additional development to get this working smoothly.
In the meantime to get this going we can add a wait in the startup script. This wait may have to be increased depending on how many plugins need to be loaded and how long they take.
To add the wait modify… “C:\DeadlineRepository10\plugins\Fusion\StartJob.eyeonscript”
Above…
---------------------------------------------------------------------------------
-- Connect to Fusion.
---------------------------------------------------------------------------------
add…
wait(10)
Regards,
Charles