Hi!
We are gettings these scripts in
C:\Users\[username]\AppData\Local\Autodesk\3dsMaxDesign\2014 - 64bit\ENU\usermacros
named something along the lines of "__temp3012.mcr"
And it seems after they've been created and not removed, Max stalls on startup until I go in and remove them manually.
The content of the files are incomplete: (cited exactly as in files)
We are running Win 7, Deadline6, Max 2014 & 2015 and the node I'm currently troubleshooting is on vray 3.10.02 and also Forest Pack 4.24. Was about to upgrade all of the farm to latest vray and forestpack when I got back from the holidays and got the nice surprice of the expired Corona Alpha my colleagues installed, that had broken the entire farm when it expired. Troubleshooting several things here at once now.
Just though I'd start by asking here since the scripts seem obviously vray related
Even though the fault might be in Deadline somehow since this doesn't happen on my workstation a the moment.
Cheers!
EDIT: atm I'm troubleshooting in 2014, but maybe I should mention that I just installed SP3 on 2015.
Also I tried searching the forums and the web for help but found nothing, sorry if this issue has been brought up elsewhere.
We are gettings these scripts in
C:\Users\[username]\AppData\Local\Autodesk\3dsMaxDesign\2014 - 64bit\ENU\usermacros
named something along the lines of "__temp3012.mcr"
And it seems after they've been created and not removed, Max stalls on startup until I go in and remove them manually.
The content of the files are incomplete: (cited exactly as in files)
Code:
macroScript VRayProxy category:"VRay" buttonText:"V-Ray Proxy" toolTip: "Create V-Ray Proxy" ( local enabled = false fn checkRenderer = ( productRenderer = renderers.production if(productRenderer != undefined) then ( enabled = ((productRenderer.classid[1] == 1941615238) and (productRenderer.classid[2] == 2012806412) or (productRenderer.classid[1] == 1770671000) and (productRenderer.
Code:
macroScript vrayProperties category:"VRay" buttontext:"V-Ray properties" tooltip:"Displays the VRay object
Code:
macroScript VRayIES category:"VRay" buttonText:"V-Ray IES Light" toolTip: "Create V-Ray IES Light" ( local enabled = false fn checkRenderer = ( productRenderer = renderers.production
We are running Win 7, Deadline6, Max 2014 & 2015 and the node I'm currently troubleshooting is on vray 3.10.02 and also Forest Pack 4.24. Was about to upgrade all of the farm to latest vray and forestpack when I got back from the holidays and got the nice surprice of the expired Corona Alpha my colleagues installed, that had broken the entire farm when it expired. Troubleshooting several things here at once now.
Just though I'd start by asking here since the scripts seem obviously vray related

Cheers!
EDIT: atm I'm troubleshooting in 2014, but maybe I should mention that I just installed SP3 on 2015.
Also I tried searching the forums and the web for help but found nothing, sorry if this issue has been brought up elsewhere.
Comment