stuh505
@stuh505
New Member
Joined: Feb 14, 2024
Topics: 40 / Replies: 181
Reply
RE: unwrap uvw reorders mesh components?

I know that this sub object mode is showing texture sub-objects instead of mesh sub-objects, but when dealing with edges or faces I think these are th…

19 years ago
Forum
Topic
Forum
Replies: 2
Views: 12
Reply
RE: How to get mesh vert from map vert?

But the relationship of mapverts to meshverts is many to 1, so why do you go through each map face instead of just picking the first one?

19 years ago
Forum
Reply
RE: How to get mesh vert from map vert?

Thanks. It was just a sample object, a sphere. I could use this function, but I’m not clear on what’s wrong with the way I tried to do it. [left]I…

19 years ago
Forum
Topic
Forum
Replies: 7
Views: 18
Reply
RE: disable undo … help!!!

You can use undo off() and then later call undo on()

19 years ago
Forum
Reply
RE: Select Visable to Camera

Interesting idea… You could use the Substitute modifier on the objects (set to display in render only). Then, you could add a pre-render callback th…

19 years ago
Forum
Reply
RE: multi objects unwrap 2.0

Cool, worked for me suggestion: have a button to move the uv’s of each object so that they are not overlapping with the other objects.

19 years ago
Forum
Reply
RE: Is it neccessary to define a variable as local if …

no problem, I’m glad you brought it up because I have been doing it myself too!!! you know about passing by reference with & too, right?

19 years ago
Forum
Reply
RE: Is it neccessary to define a variable as local if …

So for functions it is important, but for instance in a struct, the variables are declared simply by listing them…so you do not need to say “local” fo…

19 years ago
Forum
Reply
RE: Is it neccessary to define a variable as local if …

Yes, this is why you want to declare local variables used in functions as local. To explain this, I will show you what MAX Script sees: fn myFunct…

19 years ago
Forum
Reply
RE: Is it neccessary to define a variable as local if …

Wait, I didn’t answer your question properly – if you still declare the variable before using it but simply omit the local, then I think this will sti…

19 years ago
Forum
Reply
RE: Is it neccessary to define a variable as local if …

If you don’t declare it explicitly, it will first check to see if that variable is already in existence, and if it is it will attempt to use the exist…

19 years ago
Forum
Reply
RE: Maxscript flakey?

Probably the object gets deselected at some point during your script, which is why people are telling you to store the selected object into a variable…

19 years ago
Forum
Reply
RE: data base reading

I geuss i just need to know how to get the info from each cell in excel jman just told you. instead of saving as xls, save as csv…you can continue …

19 years ago
Forum
Page 5 / 15