Skip to main content

TEXTURING / Substance for Mental Ray in Maya

Just like Mental Ray render for Maya, you need to enable Substance inside Plug-In Manager.


Once you enable Substance, you will have 2 extra nodes you can use inside Hypershade:


Of course by itself the Substance node does nothing, you actually need to use the Substance archives node, it comes with Substance Bonus Tools as examples:


Once you load the Substance archive, you can start using the "preset" procedural texture, it comes with parameters that you can adjust and animate:


To create the Substance archive yourself, you actually need Substance Designer, another additional tool that will cost you.
http://www.allegorithmic.com/products/substance-designer-4

SUBSTANCE FOR MENTAL RAY RENDER

Maya Substance will work right away if you are rendering using Maya Software Render, but it will NOT render if you use Mental Ray. Surprised? No, because this is Maya and it always has that extra additional workflow to make it work.

To convert Substance texture to use for Mental Ray, we actually need a Substance to Mental Ray converter script that comes with Substance Bonus Tools. A bit of hassle, but we have to live with this.

1. Download that extra "Bonus Tools".

Personally, I really don't like how Autodesk "provide" their plugins. They don't make it easy. Maya Bonus Tools is the same case. It should come built in with Maya and easy to install, but no, whenever users in need for that Bonus Tools, we always need to hunt around to download the file.

Here is exactly such case:
You need to register and use your username login to get into the AREA to get this Substance Bonus Tools. It is again, very dumb and inconsiderate of Autodesk for users.

As for today, AREA still does not provide SEARCH tool for users to search for the tools. We need to filter the category, and so on, until we found what we want.

Anyways, below are download links for your convenience:

For Windows:
https://area.autodesk.com/downloads/plugins/substance_bonus_tools_for_maya_2_0_windows

For Mac OS X:
https://area.autodesk.com/downloads/plugins/substance_bonus_tools_for_maya_2_0_mac_osx

For Linux:
https://area.autodesk.com/downloads/plugins/substance_bonus_tools_for_maya_2_0_linux

I am currently using Maya 2014 and the Substance Bonus Tools is now version 2.0 above. If you really need to zipped file in the hurry, getting there into the "closed" Area is a pain.

2. Copy and Install the Script
Once you got the zipped Substance Bonus Tools, simple unzip it and see inside the directory.

It has a bit of documentation about Substance node, but lacking of "how to install". This is why I am writing this blog post.

For Windows, files you need to copy into your computer in order to use the Substance Shelves is here:

 For MacOSX, you care about this folder:


Usually, the easiest to find the directory path to save your script is by opening Maya and run this MEL script below:

internalVar -userScriptDir;
// Result: C:/Users/Jimmy/Documents/maya/2014-x64/scripts/ //

You want to COPY and PASTE file according to the folder structure. So, "icons" files goes into "icons" folder, "scripts" files goes into "scripts" folder, and so on.

Surely, you can simply drag and drop folder in Windows, it will merge the files. However, DO NOT do this in Mac, because in Mac OS X, if you drag a folder into another folder with the same name, you will end up OVERRIDE the files (you lost the old files, and replace everything in the folder with new files). So, I suggest you, when using Mac, and want to copy bunch of files, do copy and paste the files.

3. Use the Substance Shelf
Substance Shelf
Now, with Substance Shelf installed, you can now convert your Substance material into Shader that Mental Ray can render. A single click on this icon on the shelves:


For every Substance node inside Hypershade, you want to convert it into Mental Ray Shader and assign the created shader to the 3D object one by one.

Note that the converted material is using Mental Ray Material, no longer the normal Maya Shader.


Substance texture should now render inside Mental Ray.

 

Comments

Popular posts from this blog

Creating a cup in maya

In this tutorial we will make a coffee cup out of polygons. Select the  Modeling  section of Maya,  choose from upper left, status line. Select  Create->Polygon Primitives->Cylinder->      Set the  Axis  to  Y      Set the  Radius  to  2      Set the  Height  to  4       Set the  Axis divisions  to  10       Set the  Height divisions  to  3       Set the  Cap divisions  to  0 Select by  component type    and make sure the faces button      is pushed in; this will allow you to select faces. Select the top face. Select Edit Mesh->Extrude Click the red box at the end of the red arrow of the extrude manipulator to change to scale mode. Pick thelight blue0  box  at the center of the man...

Selection & Duplication In Maya

Selection Modes Let's continue by discussing the different selection options in Maya. Place a cube in your scene and click on it—the cube's edges will turn green, indicating that the object has been selected. This type of selection is called Object Mode . Maya has a number of additional selection types, and each one is used for a different set of operations. To access Maya's other selection modes, hover your mouse pointer over the cube and then click and hold the right mouse button (RMB) . A menu set will appear, revealing the Maya's component selection modes— Face , Edge , and Vertex being the most important. In the fly menu, move your mouse to the Face option and release the RMB to enter face selection mode. You can select any face by clicking its center point and can then use the manipulator tools we learned in the previous lesson to modify the shape of the model. Select a face and practice moving, scaling, or rotating it like we've done in the e...