$.EditablePoly.setMaterialIndex 1 0 $.EditablePoly.setMaterialIndex 2 0 I added some variety to show when the if loop changes if random 0 1 == 1 the…
You can perform all sorts of maths, divide, multiply, subtract etc. Try it out along with different numbers. Don’t forget to (like I did) to change th…
I’m multitasking watching Sri Lanka get their arses handed to them and surfing the net. try (closeRolloutfloater ColourChanger) catch() rollout Colo…
Do you have a scene you could post with all the code? I’m trying to guess what you are trying to do this to but keep getting errors myself. meditMat…
accessing individual modifiers is done like the example in the maxscript reference $foo.modifiers[2].enabled = false– turn off 2nd modifier or try …
“maxops.setDefaultTangentType #step #step” sets the tangents to step so the blink is either on or off as opposed to a gradual close and gradual open. …
toolMode.coordsys #local Eye = sphere radius:15 segments:32 name:”Eye” converttopoly Eye select Eye maxops.setDefaultTangentType #step #step animation…
This worked for me. To see what was going on with your script take a look at the Curve Editor toolMode.coordsys #local Eye = sphere radius:15 segment…
I’ve added some error checking, in that, if you move the spinner before clicking the go button all hell wont break loose. I also gave another way to w…
Since scripting isn’t something I do all the time I learn more if I try to help even a little. It’s all good practice for me plus the post was sitting…
subframed: hello everybody. i have used the search and the maxhelp. so have a little glue about what i want to do but didnt get it 100% how i want …
Look up knots for a spline. Here is an example of another spline question I answered a while ago. It uses code from the help file if memory serves me….
Hey Andrew I’d be happy to help but there is list of things wrong with the code you posted. The name is one of a few problems here $Sun002.name = “Su…
Thank you gazybara
Hi I’ve been following along in the background and have never seen an array value split the way that you managed here using ” | ” between the array i…