Blue
@blue
New Member
Joined: Feb 15, 2024
Topics: 9 / Replies: 142
Reply
RE: Maxscript flakey?

Both work just fine for me. What are you wrapping around the line?

20 years ago
Forum
Reply
RE: Bunch of maxscript questions….

Global definitions (functions or variables) can cause any number of problems with other scripts.

20 years ago
Forum
Reply
RE: Bunch of maxscript questions….

Some kind of thank you would have been nice for the above answers. Without this it makes debugging your work difficult. You should make sure that the…

20 years ago
Forum
Reply
RE: Bunch of maxscript questions….

Gibbz: The following code work when i cycle through it, but when i run the script it doesnt work… The same issue when doing a planarx, planary, pla…

20 years ago
Forum
Reply
RE: Bunch of maxscript questions….

Gibbz: I want do do my own spinner for material ID on my dialog(hence the above question), does “on myMaterial changed do” activate the script when…

20 years ago
Forum
Reply
RE: Bunch of maxscript questions….

Gibbz: Ok i can get the matID from the selected face, but i cannot set the matID for the selected face in edit poly. Im currently trying to use… …

20 years ago
Forum
Reply
RE: Replace all materal extensino from tga to dds?

It will only work on materials that are assigned to objects in the scene, guess I should have mentioned that. It also strips the path out so you shoul…

20 years ago
Forum
Reply
RE: Replace all materal extensino from tga to dds?

The script was designed to work with the diffuse map but should be easy to augment to your needs.

20 years ago
Forum
Reply
RE: Replace all materal extensino from tga to dds?

I wrote this some time ago, it sets all the extensions for images to one type. ( fileFormatType = “dds” for i = 1 to sceneMaterials.count do (…

20 years ago
Forum
Reply
RE: fit selection to use all of the 0-1 uvw range?

Check out the pack > normalize function of the Unwrap_UVW mod. normalize – determines whether the clusters will be fit to 0 to 1 space.

20 years ago
Forum
Reply
RE: How to find the faces inside an outline ?

Tried a few more configurations and the code seems to be rock solid for me now, I must have had some globals floating around that messed it up before….

20 years ago
Forum
Reply
RE: How to find the faces inside an outline ?

After restarting max this morning I can’t reproduce it on my test scene. If it does it again in a predictable way I’ll share.

20 years ago
Forum
Reply
RE: How to find the faces inside an outline ?

prettyPixel: nice solution , when I test this it gives the inverted selection, but it is fast none the less.

20 years ago
Forum
Reply
RE: How to find the faces inside an outline ?

Light: Video looks good, interested in your method does it work just as easily with concave selections and looping selections?

20 years ago
Forum
Reply
RE: How to find the faces inside an outline ?

I still don’t understand your method eek, and I have no real idea of what the face count will do for you, it’s not like the temp geo will have the sam…

20 years ago
Forum
Page 9 / 11