mantragora
@mantragora
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 10
Reply
RE: string mysticism

or use @ pathendstring = @”\3d_table able_brio.max”

11 years ago
Forum
Reply
RE: Load order scripts

This is how I solved load order problem.

11 years ago
Forum
Reply
RE: does controller have dialogbox??

Maybe you could rewrite it. Instead of using try()catch() in each loop just put whole while in it and create list of done classes. When it catch error…

11 years ago
Forum
Reply
RE: isClassCreatable??

Is it your custom struct or some Max class?

11 years ago
Forum
Reply
RE: isClassCreatable??

I don’t think so but you can easily write one. Just use exceptions and if it errors out return false or something like that and if it works return the…

11 years ago
Forum
Reply
RE: Saving Custom Toolbar

Create your own menu and put your scripts there. Than you can safely give him your scripts and your menu creation file. I give up on toolbars long tim…

11 years ago
Forum
Reply
RE: how to load maxscript auto

Don’t bother with this if you want to have scripts made from multiple pieces(for example UI in one script, some helper functions in another and main c…

11 years ago
Forum
Reply
11 years ago
Forum
Reply
RE: how to use the same object in each button ?

In Python/C# there is no problem with something like this. Raytracer05: Or is this what you were trying to avoid? That’s what I wanted. I m…

12 years ago
Forum
Reply
RE: how to use the same object in each button ?

I can modify code like this: struct MyContainer ( public lockView = true ) struct TestUI ( private text = “hello”, publ…

12 years ago
Forum
Topic
Forum
Replies: 3
Views: 15