I was trying to make a script for loading vray, and it works fine.
It just seems to have permanently broken the render elements tab.
cmds.loadPlugin( 'vrayformaya.mll', quiet = True )
cmds.pluginInfo( 'vrayformaya.mll', edit=True, autoload=True)
cmds.setAttr ('defaultRenderGlobals.currentRenderer', "vray", type = "string" )
mel.eval('vrayCreateVRaySettingsNode();')
Even if I do it manually now it still crashes. Any ideas why, and how to fix it?
I've tried on multiple machines.
I forgot to mention that reinstalling vray doens't have any effect.
It just seems to have permanently broken the render elements tab.
cmds.loadPlugin( 'vrayformaya.mll', quiet = True )
cmds.pluginInfo( 'vrayformaya.mll', edit=True, autoload=True)
cmds.setAttr ('defaultRenderGlobals.currentRenderer', "vray", type = "string" )
mel.eval('vrayCreateVRaySettingsNode();')
Even if I do it manually now it still crashes. Any ideas why, and how to fix it?
I've tried on multiple machines.
I forgot to mention that reinstalling vray doens't have any effect.
Comment