I am getting 3 system exception errors in the same code in 2012 64 bit. Also tried 2013 and got 4 system exceptions (from the last 4 lines). I would …
There is no automatic way that I know of. Running the script in earlier versions of Max, or knowing exactly what you are doing / checking the “Availab…
A Reference is a form of a clone where the baseobject is the same like in an Instance, but at some point along the modifier stack a Derived Object is …
duke: Is this a known bug or is this some other way of doing this? Not A Bug. According to the topic “Value Common Properties, Operators, and Me…
In that case, the code I posted won’t do in its current form – you will need to expand it to perform a significant amount of sanity checks, ensuring t…
May I ask what you are trying to do? EDIT: Here is a possible solution for YOUR specific syntax (where the delimiter is ” – ” and not “-”): fn get…
The real question is – do you want to have “$Test1”, or the actual $Test1 object path in the array? I am not exactly sure why you would want a string …
MikieK: Thanks bobo! I was hoping to write something that would be more multi-use later on and was lead astray by the maxscript documentation… isP…
isPointSelected() is a NURBS method. So if you are drawing a Spline (Line), when you call the method, it converts it to a NURBS curve implicitly and r…
In the documentation, the two are often used to denote the same thing – “scene node” and “scene object” are considered the same. From Class point of …
That’s an easy fix. Just move the closeRolloutFloater() call JUST BEFORE the newRolloutFloater() line. Other than DestroyDialog which MUST be called B…
It is supposed to work as long as the position is of the TOP rollout. The Floater lets the top rollout handle its position and resizing events, and it…
Does not ring a bell, please try to write a simple case with two rollouts and a floater with the same general layout. The content of the rollouts does…
Sure! I never expected anyone to use getVertsUsingFace() to attempt to get the face definition. The reason that method exists is to be able to collect…
The issue is very subtle. Barycentric coordinates have 3 components that define the WEIGHTS associated with the 3 corners of the face. As you could i…