VertexColor Blend Material
Shows DX material with textures blended by vertex color in viewport. Has interface that allows user to switch between Standard and DX versions and also toggle display of ARGB channels.
Expects single selected object with Standard material or multiSubObject stuffed with Standards. Interface will indicate what option are available with current selection.
Will auto-fill DX material assuming that Diffuse is black, Specular Color is red, Specular Level is green and Glossiiness is blue channel. Will try to use previously existing materials for both DX and Standard modes or create new material if no old one is found.
You can also pick it from object and assign textures manually in material editor.
If selected object has multisub material applied you have to use spinner to indicate submat you wish to show as vertexColor blenbded.
NOTE:
-
With Scanline renderer material will be available in Materials>General> menu.
-
You can assign this material manually from Listener:
$.mat = dwvcdxmat()
For some reason max doesn't always register it properly and you would have to close interface and drag'n'drop .mse file 1 more time. Or 2 if it gives you an error. Sorry about that, doesn't happen when using interface and I don't know what's causing it atm - If you save a file with this material, you will have to load the script next time before opening this scene otherwise max will report missing plugin DLL, so if you plan to use it extensively you might want to put it in scripts startup folder
- DX display(eye icon) is per-object, while channel-display is per-material. For example you have two meshes with same material. You can display one as Standard and other as DX VertexColor blend, but toggling alpha channel will affect its material thus change alpha visibility for all objects with this material in DX state.
HOW TO USE:
Just drag-n-drop .mse file to viewport. Select an object with compatible material and press an eye icon.
VERSION CHANGE:
0.13
- initial release
Get it for free or pay what you want if you find it useful.
Attachment | Size |
---|---|
dwvcdxmat_02.jpg | 145.14 KB |
dwvcdxmat_01s.jpg | 145.32 KB |