thatoneguy
@thatoneguy
New Member
Joined: Feb 14, 2024
Topics: 77 / Replies: 395
Reply
RE: include #quiet ?

I have about 20 functions that I’m sharing in a bunch of scripts right now. So I’m doing something like: Functions.ms: fn printname = ( return …

17 years ago
Forum
Topic
17 years ago
Forum
Replies: 3
Views: 11
Reply
RE: How do I create my own menus inside 3dsmax interface?

vij: Cant I get one menu named “Mymenu” inside of 3dsMax using maxscript easily. Geez mel could do it so easily in Maya. Honestly unless you’re d…

17 years ago
Forum
Reply
RE: How do I create my own menus inside 3dsmax interface?

Manual Method: Make your *.ms a macroscript (macroscript <name> etc etc etc) and install it. Menu Bar: Customize -> Customize User Interfac…

17 years ago
Forum
Reply
RE: Slider Orient:#Vertical height?

Hehe I started writing a drag and drop imgtag interface last night and finally decided it wasn’t worth the bother. Or at least the way I was trying t…

17 years ago
Forum
Reply
RE: Slider Orient:#Vertical height?

Yeah that’s what I’m using right now as a substitute but it’s lacking some nice features like automatic callbacks for when it’s pressed and released. …

17 years ago
Forum
Topic
Forum
Replies: 4
Views: 3
Reply
RE: How do I check if the Angle Snap is active ?

Well I know there is Angle Snap toggle: max angle snap toggle but that probably doesn’t do you a whole lot of good since that’ll only toggle it from…

17 years ago
Forum
Reply
RE: Node GUID

Oh hey look at that “MaxOps.getNodeByhandle” I guess I can get rid of that custom function now… Completely off topic but: Bobo on the Rollout Interf…

17 years ago
Forum
Reply
RE: Node GUID

I don’t see a warning in the help doc. Is there another place handle is mentioned than the “INode Interface” page?

17 years ago
Forum
Reply
RE: Node GUID

Handle is exactly what I wanted. I don’t care if the guid doesn’t get passed along from scene to scene. As long as it’s unique within the scene. T…

17 years ago
Forum
Reply
RE: Node GUID

What I’m currently using is this: — Get a node by a string. Example: getnodebystring((selection as array)[1] as string) — function GetNodebySt…

17 years ago
Forum
Topic
17 years ago
Forum
Replies: 11
Views: 25
Reply
RE: Why is Script Exploding Group?

Found the problem. Somehow CArray was inheriting the value of the children themselves instead of just ingesting it into an array. So as CArray was m…

17 years ago
Forum
Topic
Forum
Replies: 1
Views: 13
Page 21 / 32