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…
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?…
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 …
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…
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…
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…
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 …
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. …
Some old german thread suggested this: max modify mode o.RenderViewportMeshRA = on see here:
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…
I think there is already a thread here about this. I have nothing to add, sorry!
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 = …
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 ( …