ann3g
@ann3g
New Member
Joined: Feb 15, 2024
Topics: 4 / Replies: 17
Reply
RE: when spinner value changed

Ok let’s see if I understood you. […]and after travelling some distance on x & y- axis the graph changes to[…] If you hace a threshold value l…

10 years ago
Forum
Reply
RE: when spinner value changed

Hello, well the truth is I have no idea how graphs work. I don’t use 3ds Studio Max, I just make some scripts with Maxscript. How do you draw graphs?…

10 years ago
Forum
Reply
RE: when spinner value changed

For your first question, I can see two approaches: Disable the spinner at the start, so the user can’t use it. Enable it when the Start-button is …

10 years ago
Forum
Reply
RE: My trig is bad; what am I doing wrong? Need an SSA function

As PolyTools3D stated, and as i wrote earlier, the SsA-Problem can give you two possible triangles. If you want the one matching the point, compare th…

10 years ago
Forum
Reply
RE: My trig is bad; what am I doing wrong? Need an SSA function

Maths: I remember SSA as “SsA”, that means that the given angle has to be on the other side of the LONGEST side of the triangle. So if AC is not the l…

10 years ago
Forum
Reply
RE: My trig is bad; what am I doing wrong? Need an SSA function

As the manual says, you get an -1.#IND when: Dividing 0.0 by 0.0 or 1.#INF by 1.#INF , multiplying 1.#INF by 0, or 1.#INF from 1.#INF results in a s…

10 years ago
Forum
Reply
RE: My trig is bad; what am I doing wrong? Need an SSA function

Could you specify your problem? Are the results wrong? Is this code causing you an error message? To check your results, use fixed values instead of …

10 years ago
Forum
Reply
RE: loadsaveAnimation failure with certain classes

That was a great hint, I don’t know why i didn’t try this earlier. :rolleyes: Apparently, it has nothing to with the classes, but with the names. …

10 years ago
Forum
Topic
Forum
Replies: 2
Views: 20
Reply
RE: Affect only a specific object class in selection

Some old german thread suggested this: max modify mode o.RenderViewportMeshRA = on see here:

10 years ago
Forum
Reply
RE: Affect only a specific object class in selection

Hey there, i don’t understand why your code doesn’t work, but I am new to maxscript… I am not sure if this is the right way, but you can write someth…

10 years ago
Forum
Topic
Forum
Replies: 0
Views: 12
Reply
RE: Maxscript for merging in a scene

I think there is already a thread here about this. I have nothing to add, sorry!

10 years ago
Forum
Reply
RE: Maxscript for merging in a scene

I am not sure what do you mean with “collapse util”. To you refer to a Biped, move all mode then collapse? If so: — Get your biped root node bip = …

10 years ago
Forum
Reply
RE: Maxscript for merging in a scene

Hi there, I once had a similiar problem. To move a group of objects I do this: for ob in selectedObjects where ob.parent == undefined do ( …

10 years ago
Forum
Page 1 / 2