If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Exciting News: Chaos acquires EvolveLAB = AI-Powered Design.
To learn more, please visit this page!
New! You can now log in to the forums with your chaos.com account as well as your forum account.
Announcement
Collapse
No announcement yet.
V ray for 3ds max macroScript pops up after pressing Wireframe
Hi, we have fixed this in the last update of V-Ray Next, that is currently on the site, the code in the scripts should look like this for example:
Code:
on isEnabled do (
if (vrayViewportIPRControl!=undefined) then
vrayViewportIPRControl 0 1
else
false
)
The problem is that 3ds Max caches the macroscripts and they are loaded even if V-Ray is uninstalled, you should delete all the .mcr files that start with "VRay - " in the "C:\Users\<YourUsername>\AppData\Local\Autode sk\3dsMax\2019 - 64bit\ENU\usermacros" folder. The needed files would be recreated anyway on the next run.
Which version of V-Ray do you use. If you are using V-Ray 3.x could you try to delete the following files VRay-VRayGPUViewportIPR.mcr and VRay-VRayViewportIPR.mcr located here and try again:
C:\Users\<YourUsername>\AppData\Local\Autode sk\3dsMax\2019 - 64bit\ENU\usermacros
Hi Martin, thanks for your response, but it is not working unfortunately, same error message pops up. Below is the version of 3ds max and V-ray
3d max version: 2019
Vray version: V-Ray 3.60.05 for 3ds Max 2019 ADV
Windows version: win10 64bit
Which version of V-Ray do you use. If you are using V-Ray 3.x could you try to delete the following files VRay-VRayGPUViewportIPR.mcr and VRay-VRayViewportIPR.mcr located here and try again:
C:\Users\<YourUsername>\AppData\Local\Autode sk\3dsMax\2019 - 64bit\ENU\usermacros
Leave a comment: