I try to run this,
It asks me "all proxy with same mrmesh file will be converted into instances. Are you sure?" I click yes and I get error:
Type Error: call needs function or class, got:undefined
I don't know if this is built in with SP5 or is it from the Vlado's script. ( when upgrading to max 2011, I installed all scripts I was using for max 2009)
Here is the text in Maxscript:
macroScript VRayProxyLister category:"VRay" buttontext:"VRayProxy instance check" tooltip:"Check for VRayProxy's with the same .vrmesh file" (
local res=queryBox "VRayProxy's with the same .vrmesh file will be converted to instances. Are you sure?" title:"VRayProxy instance check"
if res then enumVRayProxies()
)
Please help me.
It asks me "all proxy with same mrmesh file will be converted into instances. Are you sure?" I click yes and I get error:
Type Error: call needs function or class, got:undefined
I don't know if this is built in with SP5 or is it from the Vlado's script. ( when upgrading to max 2011, I installed all scripts I was using for max 2009)
Here is the text in Maxscript:
macroScript VRayProxyLister category:"VRay" buttontext:"VRayProxy instance check" tooltip:"Check for VRayProxy's with the same .vrmesh file" (
local res=queryBox "VRayProxy's with the same .vrmesh file will be converted to instances. Are you sure?" title:"VRayProxy instance check"
if res then enumVRayProxies()
)
Please help me.
Comment