[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 113: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
RPManager Forum • Problem with rendering several passes
Page 1 of 1

Problem with rendering several passes

Posted: Mon May 24, 2021 3:07 pm
by Skippy

Re: Problem with rendering several passes

Posted: Fri Jul 30, 2021 12:43 pm
by dlparisi
Getting the same error/problem here as well. Max 2020, Vray Next, RPM 7.22 It also happens with Local Render > Selected button as well BTW.

Were you ever able to find a fix?

Re: Problem with rendering several passes

Posted: Tue Aug 03, 2021 2:35 pm
by admin
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