I discovered issues with Redshift and Arnold when using a render management tool. The same issue was posted in the Chaos Group forums for Vray.
render.exe will not quit the process. After investigation, I found out that two Bifrost plug-ins in pluginPrefs.mel are responsible for this.
evalDeferred("autoLoadPlugin("", "bifrostGraph", "bifrostGraph")");
evalDeferred("autoLoadPlugin("", "bifrostvisplugin", "bifrostvisplugin")");
Deleting these lines (or diable with //) will solve the issue.
We had the same issue with redshift on our render client. We use muster.
Muster would pick up one packet, render it, and then hang.
We solved it by uninstalling Arnold and removing this line from pluginPrefs.mel
evalDeferred("autoLoadPlugin("", "mtoa", "mtoa")");
It should be noted that we do not have bifrost installed.
We were able to get everything working for now but would love to see this fixed at some point.
Yes. This helped me to check the plug-ins. But removing Arnold did not help here. Removing the two Bifrost lines solved it for now. Also Arnold is now rendering on all PCs.
Can't find what you're looking for? Ask the community or share your knowledge.