MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Topic
3 years ago
Forum
Replies: 12
Views: 61
Reply
RE: C++ QT Window

I find another method which is even more functional: #include <maxscript/maxscript.h> #include <maxscript/macros/define_instantiation_functi…

3 years ago
Forum
Reply
RE: C++ QT Window

Thank you, but the window will disappear when I set it’s parent. I’m looking for something like we do for the WPF window: (dotnetobject “System.Windo…

3 years ago
Forum
Topic
3 years ago
Forum
Replies: 3
Views: 16
Reply
RE: (C#) Zoom viewport on objects

Thank you @Serejah, I will check it out.

3 years ago
Forum
Topic
Forum
Replies: 2
Views: 28
Reply
RE: SDK-C# Set transform controller value

Something like this? private IMatrix3 GetTMControllerValue(IINode node) { int time = coreInterface.Time; IInterval interval = globalInterface…

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

I tested on Max 2018 – 2022 and none of them is working. I can build and max will not crash, but nothing is changing in the scene.

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

aaandres: private static void SetTMControllerValue(IControl tMController, IMatrix3 matrix) { object matobj = (object)matrix; tMController.SetValue(i…

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

SetValue is the main problem

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

OK, I ended up with this, but super slow! private static string MatrixToString(IMatrix3 matrix) { string ss = “”; for (int i = 0; i < 4; i…

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

Serejah: GetAnimByHandle I couldn’t find that. where is it?

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

Maybe we can use that hack : ManagedServices.MaxscriptSDK.ExecuteStringMaxscriptQuery any idea how we can send transform controller handler value?

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

aaandres: public static unsafe void Test (IMatrix3 matrix, INode node) INode is not defined, so I used IINode instead. aaandres: void* na…

3 years ago
Forum
Reply
RE: SDK-C# Set transform controller value

it should work, but actually got some errors.

3 years ago
Forum
Page 6 / 55