MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Calling C++ function inside C#

To demonstration what I want to achieve, I created a C# project (demo and source codes are attached). This tool will save the pose for all objects in …

3 years ago
Forum
Reply
RE: Calling C++ function inside C#

I just updated my code with DisableRefMsgs, but I now have problem with complex rigs (mixed biped and bones)

3 years ago
Forum
Reply
RE: Calling C++ function inside C#

Thank you @Serejah, DisableRefMsgs is the trick that I forget about.

3 years ago
Forum
Reply
RE: Calling C++ function inside C#

I mostly prevent to jump in to the C++, as I’m not good at it. But yes, sometimes it become necessary to calculate matrixes in the vertex things and a…

3 years ago
Forum
Reply
RE: Calling C++ function inside C#

I will check it out, Thanks.

3 years ago
Forum
Topic
Forum
Replies: 32
Views: 45
Reply
RE: Scrollbar within a dotNet form?

When you start using dotnet for the UI, there is two options: windows form (which is limited and outdated) or WPF (which is modern, new and unlimited)…

3 years ago
Forum
Reply
Reply
RE: Comment to zip

You should google dos-command forums about it.

3 years ago
Forum
Reply
RE: Creating a new Main Menu in 3ds Max

This sample might help you: fn CreateMenu Name:”Name” Title:”Title” ParentMenu: = ( MenuItem = menuMan.CreateMenu Name MenuItem.setTitle Title Sub…

3 years ago
Forum
Reply
RE: Can't have a recursive function within another function

That is because of “Scope of variables”. First solution could be to defining scope of the “RetrieveHierarchyDepth”. function RetrieveHierarchyDepth c…

3 years ago
Forum
Reply
RE: Bug with setting a dialog to modal and dotNet button (Causes crash)

Combining Winform and Max controls will crash: rollout roll “” ( dotNetControl netControl “containerControl” height:50 width:50 button maxButton “M…

3 years ago
Forum
Reply
RE: Autofit a .NET label by height with support for tab characters

global window ( — Window if window != undefined do ( window.close() window = undefined gc() ) labelText = ” I’m trying to access a pr…

3 years ago
Forum
Page 8 / 55