dutch_delight
@dutch_delight
New Member
Joined: Feb 14, 2024
Topics: 12 / Replies: 102
Reply
RE: how to assign unique uvsets

another related question is about the maxscript help file: “How do I align the UVW_Modifier’s Gizmo to a selected face?” Is there anyway to make this…

17 years ago
Forum
Topic
Forum
Replies: 5
Views: 14
Reply
RE: how do i change tangents on selected keyframes?

Can we see your code? how about doing a check using isKeySelected? if isKeySelected == true then (change tangent)

17 years ago
Forum
Reply
RE: Doing an Ivy generator in maxscript like the one of Thomas Luft.

Just wanted to say how great i think this project is. When it was first posted, I started looking into a routine that’ll make the ivy attach itself t…

18 years ago
Forum
Reply
RE: Set Bitmap = undefined

how about: s.g_toptexture = “”

18 years ago
Forum
Reply
RE: list of objects

There is a handy tutorial in the maxscript reference. “how to output geometry data to a text file.”

18 years ago
Forum
Reply
RE: Quick Text Question!

When you put the $box01.pos between brackets, maxscript assumes you want to write $box01.pos as the actual text for your text object. Doing it like i…

18 years ago
Forum
Reply
RE: Quick Text Question!

text size:1 kerning:0 leading:0 pos:($box01.pos) isSelected:on text: ($box01.pos as string) should do it

18 years ago
Forum
Reply
RE: Edge position

The function you are talking about actually moves the vertices connected to the edge because without the vertices, the edge would not exists. If you c…

18 years ago
Forum
Reply
RE: Edge position

What position do you expect to be returned? An edge has posibly an infinite amount of points that could be returned. Im not sure what you need this f…

18 years ago
Forum
Reply
RE: MaxScript newbie question – test if object exists?

Because isValidNode assumes the object exists and attempts to access it’s properties. If it is undefined, then it doesnt exist.

18 years ago
Forum
Reply
RE: Check for errors and clean me up.

Bit cheeky hacking some code together and then asking someone else to fix it as an exercise!!! What is the error message you are getting?

18 years ago
Forum
Reply
RE: MaxScript + BuckBurner = unknown error

worked fine on mine. 15 jobs send, no errors. max8 sp3

18 years ago
Forum
Reply
RE: Convert Mel expression to Maxscript – Help

Never even realised. Just when you think you know it all…you learn something new.

18 years ago
Forum
Page 4 / 8