wezzard Posted December 18, 2015 Share Posted December 18, 2015 Hello everyone, I was looking for a way to convert my A&D mat to Vray mat in my scene. Normally I right clic and choose Vray scene converter, but it would not work with A&D mat.. While looking trough various forum online, i found out that the script is already into vrayutils.ms Open it with Maxscript utility, (C:\Program Files\Autodesk\3ds Max Design 2013\scripts\startup). Here's what I did: Erase line #480: if mtl_classid==Arch___Design__mi then return true Erase line #523: -- Do not convert Arch&Design materials - V-Ray supports them directly Erase the -- from line #524: -- Arch___Design__mi: convertFrom_ArchAndDesign orig_mtl (by doing so you convert the line from a comment to command) I would recommend to make a copy of your existing file before doing so, just in case! I hope it will help someone else! Link to comment Share on other sites More sharing options...
Bryan Apostol Posted July 3, 2016 Share Posted July 3, 2016 Awesome! super helpful thanks! wonder why chaos group decided to leave it out? anyways thanks again for this 'hack' Link to comment Share on other sites More sharing options...
nirmalyadasgupta Posted September 12, 2016 Share Posted September 12, 2016 Hello everyone, I was looking for a way to convert my A&D mat to Vray mat in my scene. Normally I right clic and choose Vray scene converter, but it would not work with A&D mat.. While looking trough various forum online, i found out that the script is already into vrayutils.ms Open it with Maxscript utility, (C:\Program Files\Autodesk\3ds Max Design 2013\scripts\startup). Here's what I did: Erase line #480: if mtl_classid==Arch___Design__mi then return true Erase line #523: -- Do not convert Arch&Design materials - V-Ray supports them directly Erase the -- from line #524: -- Arch___Design__mi: convertFrom_ArchAndDesign orig_mtl (by doing so you convert the line from a comment to command) I would recommend to make a copy of your existing file before doing so, just in case! I hope it will help someone else! How could I Convert Vray Materials in Mental Ray Material? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now