MikieK
@mikiek
New Member
Joined: Feb 15, 2024
Topics: 45 / Replies: 137
Reply
RE: Rootnode custom attributes from .NET

Wow, this is opening up a massive can of worms (and possibilities) ! Where is the best place to look for practical examples of working with paramet…

11 years ago
Forum
Reply
RE: Rootnode custom attributes from .NET

Thanks Dennis! I was looking for the ‘get’ accessor in the huge list of properties, but somehow missed it!!!

11 years ago
Forum
Topic
Forum
Replies: 6
Views: 23
Reply
RE: Inaccuracies in float_expression controller Vs float_script?

I think The second occurrence of cylinderOffset doesn’t need the radToDeg() in the Engine_H_position point z position expression controller ((cos(ra…

11 years ago
Forum
Reply
RE: Python 4 Max 2014

Meh, I’m in the ‘fix what you got first’ camp. The day I can write a new animation controller without c++, or messy hacking, will be the day 3ds Max …

11 years ago
Forum
Reply
RE: c# transform controller

I was at Autodesk U last year looking into exactly this with the autodesk devs. Doesn’t really look possible at the moment was how I came away feelin…

11 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: prevent hang in intensive c# calcs

*googles “break all” * slaps forehead So that’s what that little pause button is for… thanks!!!

12 years ago
Forum
Reply
RE: prevent hang in intensive c# calcs

what a slog. after much error trapping, I found a while loop in some code I did not write which was not exiting in certain situations. It was about …

12 years ago
Forum
Reply
RE: prevent hang in intensive c# calcs

how odd. it still hangs when I run the loop in maxscript, at exactly the same point in the loop (the 13th iteration), even when I run windows.process…

12 years ago
Forum
Reply
RE: prevent hang in intensive c# calcs

I think I need to invoke and thread it properly. As I compile to a library .dll I don’t think I can reference Application (afaik). The only differen…

12 years ago
Forum
Topic
Forum
Replies: 8
Views: 25
Reply
Reply
RE: Funny max scripting

if (this == defined) then that = this; format “Is that defined? -% ” (if (that == defined) then “Yes” else “No”)

12 years ago
Forum
Page 3 / 13