Jump to content

Convert Arch and Design Material to Vray material


wezzard
 Share

Recommended Posts

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! :p

 

I hope it will help someone else!

Link to comment
Share on other sites

  • 6 months later...
  • 2 months later...
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! :p

 

I hope it will help someone else!

How could I Convert Vray Materials in Mental Ray Material?

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...