Glad to hear! Helping others helps me get better at Maxscript, so it’s a win-win!
This is one of the ways to do it in Maxscript. Select the objects and run/evaluate this script. 🙂 for o in selection do ( …
You can use the “Material” modifier, and set keyframes for switch the material IDs. For example, assign a multisub material to an object, apply the m…
Perhaps you’re looking for something like <the object rotation> = (quatToEuler $.transform.rotation)
Also, if you need some different setup quickly, couldn’t you also swizzle the results you get?
You can define the wirecolor upon creation/instance, here’s a simple example, exampleBox = box pos: [0,0,50] backfacecull: on wirecolor:[0,0,100…
For a reference I would try looking at the “How To … Move Objects to a Surface” in the Maxscript reference, [left][color=blue]macroscript[/color] M…
Do you mean make everything faceted? If so, here’s a script to do just that, just select your objects and run this script. for o in selection do…
Could you elaborate? I know there are a lot of objects/maps, etc. that have 鈥渘ot creatable by MAXScript鈥?in the Maxscript reference.
I would just like to second that MeshLab works well for a variety of things. Great tool indeed!
Very nice Aaron. Works rather well, and the particle addition is a very nice feature! Went through several of the options and haven’t run into any …
Some possible ideas, especially with Thanksgiving and Christmas coming up, -Make a procedural snowman (might be easy, but would also be fun ) -Make…
Any chance for any more Maxscript challenges? Maybe like growing plants, a bombing/movie scene (simplified, etc.), weather effects, etc?