Tamyl
@tamyl
New Member
Joined: Feb 15, 2024
Topics: 45 / Replies: 84
Topic
Forum
Replies: 13
Views: 36
Topic
10 years ago
Forum
Replies: 1
Views: 1
Topic
10 years ago
Forum
Replies: 1
Views: 3
Reply
RE: SDK: Object equality?

When you have the INode objects as pointers you can simply compare them with “==”.

10 years ago
Forum
Reply
RE: Spinner increment/decrement value

When you specify your spinner parameters in ParamBlockDesc2 – it’s the fifth parameter after p_ui : p_ui, TYPE_SPINNER, EDITTYPE_U…

10 years ago
Forum
Reply
RE: Messagebox Array Output Formatting

Use for loop, build a string from your array elements and finally display the string in the message box.

10 years ago
Forum
Reply
RE: Two Arrays

The simplest solution is for element in array_1 do if (findItem array_2 element == 0) then print element but for sure not very efficient.

10 years ago
Forum
Reply
RE: Editable_poly creation callback?

Thanks denisT, that was really helpful. I’ve also created attribID to distinguish my custom attributes from the other attributes and now I can easily …

10 years ago
Forum
Topic
Forum
Replies: 2
Views: 10
Topic
Forum
Replies: 1
Views: 1
Reply
RE: Fast way to debug plugin with sdk

It’s just whole bunch of .dll libraries from 3ds max folder. I have “Generate Debug Info” set to YES (/DEBUG).

10 years ago
Forum
Reply
RE: Fast way to debug plugin with sdk

It’s “Loading symbols for (…)” taking that long. I’ve also realized that when I use “Attach to process” I can’t debug with VS, can’t set any breakpoin…

10 years ago
Forum
Topic
Forum
Replies: 6
Views: 20
Reply
RE: How rotate normal by specific axis?

Is this what you wanted? num5Pos = getVert $ 5 num8Pos = getVert $ 8 num5Normal = getNormal $ 5 num8Normal = getNormal $ 8 max modify mode –this is…

10 years ago
Forum
Topic
Page 6 / 9