lucpet
@lucpet
New Member
Joined: Feb 14, 2024
Topics: 22 / Replies: 146
Reply
RE: Following listener but results not working

$.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…

12 years ago
Forum
Reply
RE: Confused with Colours

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…

12 years ago
Forum
Reply
RE: Confused with Colours

I’m multitasking watching Sri Lanka get their arses handed to them and surfing the net. try (closeRolloutfloater ColourChanger) catch() rollout Colo…

12 years ago
Forum
Reply
RE: Confused with Colours

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…

12 years ago
Forum
Reply
RE: Cannot access to modifiers array?

accessing individual modifiers is done like the example in the maxscript reference $foo.modifiers[2].enabled = false– turn off 2nd modifier or try …

12 years ago
Forum
Reply
RE: Basic animation/Keyframe scripting

“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. …

12 years ago
Forum
Reply
RE: Basic animation/Keyframe scripting

toolMode.coordsys #local Eye = sphere radius:15 segments:32 name:”Eye” converttopoly Eye select Eye maxops.setDefaultTangentType #step #step animation…

12 years ago
Forum
Reply
RE: Basic animation/Keyframe scripting

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…

12 years ago
Forum
Reply
RE: move slice plane by spinner (one axis only)

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…

12 years ago
Forum
Reply
RE: move slice plane by spinner (one axis only)

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…

12 years ago
Forum
Reply
RE: move slice plane by spinner (one axis only)

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 …

12 years ago
Forum
Reply
RE: Creating segments in a Spline

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….

12 years ago
Forum
Reply
RE: 'name' undefined

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…

12 years ago
Forum
Reply
12 years ago
Forum
Reply
RE: Render output size window

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…

12 years ago
Forum
Page 2 / 12