MZ1
@mz1
New Member
Joined: Feb 14, 2024
Topics: 169 / Replies: 649
Reply
RE: Set tangents type (C#)

Thanks again, But it seems so complicated to translate to c# for me

6 years ago
Forum
Reply
RE: Set tangents type (C#)

Serejah: TangentType No , I don’t want to change the global default tangent type. I just want to change all tangents of a controller.

6 years ago
Forum
Reply
RE: Set tangents type (C#)

Thank You! how we can change the tangents type to #Step?

6 years ago
Forum
Topic
Forum
Replies: 13
Views: 143
Reply
RE: How to clear cache with maxscript?

well… How you created a web browser with Max? dotnet? so you can also delete the cache that way.

6 years ago
Forum
Reply
RE: registerRedrawViewsCallback (C#)

OK I figure it out, we should inherit from Autodesk.Max.Plugins: public class MyRedrawViewsCallback : Autodesk.Max.Plugins.RedrawViewsCallback …

6 years ago
Forum
Reply
RE: registerRedrawViewsCallback (C#)

There is a function GlobalInterface.Instance.COREInterface.RegisterRedrawViewsCallback, that document says we can pass a IRedrawViewsCallback object t…

6 years ago
Forum
Reply
RE: registerRedrawViewsCallback (C#)

Thanks, But I could’t find a way to register RedrawView or TimeChange callbacks.

6 years ago
Forum
Topic
Forum
Replies: 4
Views: 60
Reply
RE: C# and Maxscript — Communication

Make your functions “static”.

6 years ago
Forum
Topic
Forum
Replies: 0
Views: 48
Reply
RE: The Challenge >>> Find a common parent for list of nodes

denisT: hierarchical distance Would you please explain a little more what you mean by “hierarchical distance”?

6 years ago
Forum
Reply
RE: How to get self node in a scripted object?

use this: ThisNode = undefined for o in refs.dependents this while ThisNode == undefined where isvalidnode o do ThisNode = o

6 years ago
Forum
Reply
RE: How to get self node in a scripted object?

Nice point, Thank You! I never thought someone still uses Max 2008.

6 years ago
Forum
Reply
RE: How to get self node in a scripted object?

You can retrieve the node that this plugin is attached to: (refs.dependentnodes this)[1]

6 years ago
Forum
Page 21 / 55