Notifications
Clear all
[Closed] Load a specific material from the Autodesk Material Library
Jul 11, 2014 11:20 am
Hello,
I need to write a maxscript that loads a specific material (e.g. Wood Pine) from the Autodesk Material Library into the nth slot of the material editor. I know how to load a material from a custom .mat library, but my problem is that while I see all the Autodesk Materials in the GUI, I cannot locate the actual Autodesk Material Library .mat file in order to point my script to it as in:
loadMaterialLibrary “C:\Autodesk\matlibraries\AutodeskMaterialLibrary.mat” – fictional file that does not exist
and if I use the current default material library, it is the generic one and does not have any of the Autodesk Materials.
Any help? Thank you!