miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Using the for variable to select objects by name

Use this: ( for i = 1 to 8 do ( p = ( execute (“$teapot00″+(i as string)) ).pos print p ) ) or this: ( …

13 years ago
Forum
Reply
Forum
Topic
Forum
Replies: 2
Views: 16
Reply
RE: Help with vertex indexes

I don’t have 3ds max open so this is not tested: thePoint = [0,0,0] –point3 position which i have taken to be [0,0,0] — myObject = the object you …

13 years ago
Forum
Reply
RE: Convert barycentric coordinates to world with strange result.

Thank you Bobo! Maybe this explanation must be included in the maxscript help file.

13 years ago
Forum
Reply
RE: Maxscript – Display distance object

Read the maxscript reference, search the net and you will learn a lot.

13 years ago
Forum
Reply
RE: Maxscript – Display distance object

Go here and download version with arrows. This version uses Cone primitives to represent the arrows, because drawing the arrows with gw methods is ver…

13 years ago
Forum
Reply
RE: Maxscript – Display distance object

I am the author of the liveMeasure, so why you don’t ask me to add this arrows?

13 years ago
Forum
Reply
RE: couple of questions

Papigiulio: Fantastic scripts unfortunately doesn’t work real time have to switch on and off everytime I change the model. Is that because im using…

13 years ago
Forum
Reply
RE: couple of questions

Try this two scripts: miauu Measure and Select Live Measure

13 years ago
Forum
Reply
RE: change text on button pressed not work with undo

Yes! Thanks for the correction. I fixed the errors in code above.

13 years ago
Forum
Reply
RE: change text on button pressed not work with undo

In the last code – what the button should show as a text – sliderTime values or case off values? If the text must be sliderTime values put this after …

13 years ago
Forum
Reply
RE: change text on button pressed not work with undo

rollout rol_ “” ( button btn_1 “TEXT” spinner spn_1 “” on spn_1 changed val do ( if val == 100 do btn_1.text = “Text 1” if val == 0 do btn_…

13 years ago
Forum
Page 75 / 83