No replies? Let me change my question: How we can assign a bitmap to the .source property?
After many test and research in spaghetti plate, I found: Documentations are faulty. Even typos in the code!: Wizards not working (except 2015). Le…
Any idea? Note that I used Max 2013 64-bit.
Use this function to get UNC path: pathConfig.convertPathToUnc “Z: est.txt”
“Z:” is not a network address, try to use a universal path: //ComputerName/sharedfolder/…/yourfile or //IPAddress/sharedfolder/…/yourfile
Take a look at NetRender interface in maxscript. Or if you want to submit a job outside of 3dsmax, use 3dsmaxcmd.exe and Command Line Rendering.
Take a look at OLE automation.
teowchy: allow import merge object without auto rename? mergeMAXFile #mergeDups
maxOps.CloneNodes
classof works very well, it depends where you want to put your map, for example: Mat = Standardmaterial() Mat.diffuseMap = Noise() classof Mat.diffus…
what you mean by map types?