AlpineMan
@alpineman
New Member
Joined: Feb 14, 2024
Topics: 9 / Replies: 126
Reply
RE: Curious behavior in a struct

maxscript structs have a function that gets called automatically when one is instantiated. In 3ds Max 2010 and higher, two event handlers can be impl…

9 years ago
Forum
Reply
RE: How to make it faster?

Maxscript has a huge runtime overhead compared to compiling a plugin in C++. When you are running a maxscript and then break in the visual studio debu…

10 years ago
Forum
Reply
RE: Challenge: Object under cursor

Any hit testing will require iterating through the scene graph, updating all dependencies in the INode’s and their meshes. So it will always be expens…

11 years ago
Forum
Reply
RE: Challenge: Object under cursor

I’ll followup later on that point. I’m presently not at home.

11 years ago
Forum
Reply
RE: Challenge: Object under cursor

These are old, and despite my logging a few bugs against them years ago (As an internal employee) no one was interested in fixing them: So as I r…

11 years ago
Forum
Reply
RE: Challenge: Object under cursor

There was at last count at least two hit-testing API’s in maxscript that can do that. Plus the mousetrack functions mentioned above.

11 years ago
Forum
Reply
RE: Convert Utility to Plugin

If you had a scripted utility, why not turn it into a real C++ utility? There are tons of examples in the SDK for that.

11 years ago
Forum
Reply
RE: see what maxscript is running?

There is no such thing as a maxscript running in the background. All maxcripts evaluate in the main thread.

13 years ago
Forum
Reply
RE: convert HSV to RGB

When I updated the Coolpicker color picker years ago, there was c++ code that would do that for both 8 bit color values, and for floating point values…

14 years ago
Forum
Reply
14 years ago
Forum
Topic
Forum
Replies: 0
Views: 12
Reply
RE: is 3ds max's internal structure the same as maya's?

The internal structures are C O M P L E T E L Y different. Trust me. Apples vs Oranges.

15 years ago
Forum
Reply
Topic
Forum
Replies: 4
Views: 16
Page 1 / 9