PI3c3
@pi3c3
New Member
Joined: Feb 14, 2024
Topics: 2 / Replies: 76
Reply
RE: IWorkingPivot Interface C# SDK

Swordslayer: The max dialect of C# can be quite verbose when compared to C++, yeah. You learn as you go out of pure neccessity… and next time you wi…

6 years ago
Forum
Reply
RE: IWorkingPivot Interface C# SDK

Jesus! I would never though of that. How long did it take until you figure this out? 😮 Thank You anyway for the really quick help!

6 years ago
Forum
Topic
Forum
Replies: 4
Views: 24
Reply
RE: ManagedServices.dll

Try changing the .NET version, maybe that solves your problem. 3dsmax 2019 uses .NET 4.7.

6 years ago
Forum
Reply
RE: get_PolyForValue error (3dsmax SDK)

Guys Thx for the help! Now it’s working as expected.

8 years ago
Forum
Reply
RE: get_PolyForValue error (3dsmax SDK)

Ah ok! I see the point! I will check it tonight. I hope that’s gonna help.

8 years ago
Forum
Reply
RE: get_PolyForValue error (3dsmax SDK)

You mean the mnmath.lib in this case? Or is there anything else that I still need? Unfortunately I can’t find any other online help. The documentation…

8 years ago
Forum
Reply
RE: get_PolyForValue error (3dsmax SDK)

I have added the header from the proper project. To tell you the trouth, MNMesh causes the problem, although I added the MNMath.lib and MNMesh.h to th…

8 years ago
Forum
Reply
RE: get_PolyForValue error (3dsmax SDK)

Although I added them before, I checked them again, and they are on their place. That’s why I’m confused. :S

8 years ago
Forum
Reply
RE: get_PolyForValue error (3dsmax SDK)

I have added them and it’s still not working for some reason. :S The interesting part is that VS is not showing any errors in the code, It just fail…

8 years ago
Forum
Topic
Forum
Replies: 12
Views: 23
Reply
RE: Get Selected Edge Verts in order

The edge loop regularizer has something like this. I solved this problem anyways. I would not say that it’s optimized, but at least it’s working. It’…

8 years ago
Forum
Reply
RE: Collect vertices by edge loops

Open the edge loop regularizer script on script spot. If I remember well, there is a solution for that problem. I have created one at home for the spl…

8 years ago
Forum
Reply
RE: Undo weirdness and crashes

if (isDeleted curBone == false) do (undo on (delete curBone)) I checked it for you… That’s how…

9 years ago
Forum
Reply
RE: Undo weirdness and crashes

if (isDeleted curBone == false) do with undo (delete curBone) Here you have to store an undo state, otherwise it won’t be able to do it. (Always when…

9 years ago
Forum
Page 1 / 6