RobGalanakis
@robgalanakis
New Member
Joined: Feb 15, 2024
Topics: 27 / Replies: 161
Reply
RE: how to capture node changes

It’d be worthwhile to use a dotnet control if you need this- its event handlers fire no matter how something was changed (usually, I’m sure there are …

16 years ago
Forum
Reply
RE: DotNet EventHandler Scope

Just like the proverb: If a timer ticks but it doesn’t trigger its event handler…

16 years ago
Forum
Reply
RE: Help with loop

Subobject level uses the modifier panel/stack. When you have multiple objects selected (without instanced baseobjects/modifiers), the modifier panel …

16 years ago
Forum
Reply
RE: compare 2 normals

A light doesn’t have a ‘normal’, if it is directional type of light (spot, direction, etc.) it will have a direction. Both of these are vectors, and …

16 years ago
Forum
Reply
RE: Limiting updates for script controllers?

Will repost/edit when I have sample code.

16 years ago
Forum
Reply
RE: Limiting updates for script controllers?

Couldn’t you store a constant on the script controller, and put the code inside an if statement that only executes when the stored constant value is d…

16 years ago
Forum
Reply
RE: Identify illegal characters in objects or materials

struct replaceIllegalCharsDef ( illegalChars = “\”-‘:”, –can also be an array of strings/chars legalChar = “_”, fn replaceIllegals str = ( fo…

16 years ago
Forum
Reply
RE: Maxscript vs SDK speed test

Not needed, which is why C# is so attractive for Max now. You can just work with any classes you create from within MXS. For example, I DLed a DLL f…

16 years ago
Forum
Reply
RE: Maxscript vs SDK speed test

It’d also be nice to see a C# version, how would that compare?

16 years ago
Forum
Topic
16 years ago
Forum
Replies: 1
Views: 12
Reply
RE: UIAccessor- skinops.loadEnvelope

fn setUICheckboxState hwnd state = ( /******************************************************************************* <DOC> toggle an UI checkb…

16 years ago
Forum
Topic
Forum
Replies: 3
Views: 16
Reply
RE: Checkbox to enable / dissable listboxes.

State is true or false, not an integer. Thus you are always doing the ‘else’ code.

16 years ago
Forum
Reply
RE: Runtime error: Out of scripter memory?

Do you have any recursive loops going on? What version of Max?

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 10
Page 2 / 13