hi all
not sure it's a bug, however can't figure out how to add renderelements via maxscript, old codes not working as you can see (i added also a vrayelement just to test the old one works)
as of now i worked around it by saving an indexed preset and rename the element output after loading but should be fixed i think.
thanks
-cdb
not sure it's a bug, however can't figure out how to add renderelements via maxscript, old codes not working as you can see (i added also a vrayelement just to test the old one works)
HTML Code:
( renderscenedialog.close() re = maxOps.GetCurRenderElementMgr() re.removeallrenderelements() re.addrenderelement (FStormMaterials elementname:"notworking") re.addrenderelement (vraywirecolor elementname:"working") re.SetDisplayElements true renderscenedialog.open() )
thanks
-cdb
Comment