1
[Max] Corona Goodies - User Contributions / Re: Advanced Corona Material Converter (continuous updates)
« on: 2014-11-06, 15:19:48 »
First things first: Thanks for this marvellous script :)
When working with iRay you usually set the material editor to mental ray while the production renderer is set to iRay of course.
When converting with switch renderer to corona ticked, the production renderer is switched, but not the material editor renderer, which then goes frenzy throwing errors.
I'm not the godfather of scripting by any means but inserting
if chkSwitchRen.checked then renderers.medit = CoronaRenderer()
after line 1541 in v0.22 did the job for me...
--
Stefan
When working with iRay you usually set the material editor to mental ray while the production renderer is set to iRay of course.
When converting with switch renderer to corona ticked, the production renderer is switched, but not the material editor renderer, which then goes frenzy throwing errors.
I'm not the godfather of scripting by any means but inserting
if chkSwitchRen.checked then renderers.medit = CoronaRenderer()
after line 1541 in v0.22 did the job for me...
--
Stefan