Postby admin » Tue Aug 03, 2021 2:35 pm
Hi
David sent me a scene and some info to help reproduce the issue and it looks like it's related to vray DR - essentially there is a post render callback that doesn't seem to get triggered.
There is a setting in RPM to have it skip the check that is being caught, if you run this fragment of maxscript:
setINISetting (scriptsPath + "RPManager/RenderPassManager.ini") "Defaults" "ignoreLocalRenderErrors" "1"
and then reopen RPM it may then work for you. To confirm it's set if you evaluate
rpmdata.ignoreLocalRenderErrors
it should print true to the listener.
cheers,
grant