Bobo
@bobo
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 2249
Reply
RE: Broken MAXScript or Documentation?

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 …

13 years ago
Forum
Reply
RE: Find max version requirement for script?

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…

13 years ago
Forum
Reply
RE: if Object A is the reference of object B

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 …

13 years ago
Forum
Reply
RE: "[1,2,3]" as point3 – doesnt work

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…

13 years ago
Forum
Reply
RE: Frame Range to sequence

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…

13 years ago
Forum
Reply
RE: Frame Range to sequence

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…

13 years ago
Forum
Reply
RE: Add $ to arrays

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 …

13 years ago
Forum
Reply
RE: isPointSelected – unexpected results

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…

13 years ago
Forum
Reply
RE: isPointSelected – unexpected results

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…

13 years ago
Forum
Reply
RE: The age-old question: node vs. object

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 …

13 years ago
Forum
Reply
RE: rolloutFloater closing/opening issues in macroscript

That’s an easy fix. Just move the closeRolloutFloater() call JUST BEFORE the newRolloutFloater() line. Other than DestroyDialog which MUST be called B…

13 years ago
Forum
Reply
RE: rolloutFloater closing/opening issues in macroscript

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…

13 years ago
Forum
Reply
RE: rolloutFloater closing/opening issues in macroscript

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…

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

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…

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

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…

13 years ago
Forum
Page 4 / 150