groutcho
@groutcho
New Member
Joined: Feb 15, 2024
Topics: 25 / Replies: 114
Reply
RE: destroyDialog & local scope

You’re right, now it works with your method. The dialog is stuck only when the script is stopped by an error.

14 years ago
Forum
Reply
RE: destroyDialog & local scope

DenisT, it doesn’t seem to be the problem. The problem was that the rollout was registered as a global variable. When i set it to local it worked. Str…

14 years ago
Forum
Reply
RE: destroyDialog & local scope

From outside scope, the debugger watch manager displays **Undeclared variable : _rollout but with the break() in the function’s scope just before de…

14 years ago
Forum
Topic
Forum
Replies: 7
Views: 18
Reply
RE: Get the index of an object's layer

Of course… So obvious. Thanks. Here is the code : fn getLayerIndex obj = ( if (IsValidNode obj) then ( layerList = for i = 0 to layerman…

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 4
Reply
RE: At what point…

your clipboard is hosted by Google Servers XD

14 years ago
Forum
Reply
RE: Macros in MaxScript Editor

hmm well It’s great ! thanks :wip:

14 years ago
Forum
Topic
Forum
Replies: 2
Views: 11
Reply
RE: Turn off an object's animation & manage multiple animations

List controller would mean putting the animation on 1st, and then read the 2nd block (which is empty) thus no playback at all ? It seems heavy, i wou…

14 years ago
Forum
Reply
RE: Turn off an object's animation & manage multiple animations

That seems great, and quite close to what I want. Is that compatible with the motion mixer ? Could be the ultimate combo… edit: Animation layers are…

14 years ago
Forum
Topic
Reply
RE: Check if pivot is inside object

It’s easy : you just have to check if the pivot coordinate is “inside” the bounding box coordinates. The bounding box is defined by two points, which…

14 years ago
Forum
Reply
RE: [dotNET] retrieve DataGridView cell values

Oh that’s perfect! thanks Denis !

15 years ago
Forum
Topic
Forum
Replies: 2
Views: 5
Page 7 / 10