miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Load custom toolbars (.cuix), quads and menus (.mnux) ??

cui.loadConfig <filename_string> menuMan.loadMenuFile “MaxModelingMenu.mnu”

8 years ago
Forum
Reply
RE: Execute script via Hotkey problem.

I did not have spare time to write that I found whre is the problem. The script works this way: select one edge execute the script(via the toolb…

8 years ago
Forum
Reply
RE: Execute script via Hotkey problem.

I’ve deleted the ENU folder and the problem still exist. The script select edge loops. Can’t test it with Editable mesh obejcts. But it ot works with…

8 years ago
Forum
Reply
RE: Execute script via Hotkey problem.

I’ve tested in 2013, 2014, 2017 and it not works. The problem is not Shift+D. Any assigned hotkey not works. Alt+Shift+Ctrl+D which is not asigned to…

8 years ago
Forum
Topic
Forum
Replies: 7
Views: 20
Reply
RE: how to access numbered rollout elements?

I use the controls property all the time. Especially when I have to save and load settings of an rolout. ( — load settings on rol_MyRollout open …

8 years ago
Forum
Reply
RE: how to access numbered rollout elements?

Use this as a reference: global testRollout rollout testRollout “a test” ( button btn1 “buton1” button btn2 “buton2” button btn3 “buton3…

8 years ago
Forum
Reply
RE: MAX_Script_Help – > Creating Groups By Selection

That’s why I prefer the built-in NamedSelectionSets.

8 years ago
Forum
Reply
RE: MAX_Script_Help – > Creating Groups By Selection

I’ve thought to offer him a solution with editText field and listbox. He can select the objects, enter the name, hit Enter and in the listbox will app…

8 years ago
Forum
Reply
RE: MAX_Script_Help – > Creating Groups By Selection

Something like this: ( try(destroyDialog test)catch() rollout test “Test” width:191 height:83 ( local grp1Arr = undefined local grp2Arr = und…

8 years ago
Forum
Reply
RE: MAX_Script_Help – > Creating Groups By Selection

Why you don’t use the Named Selection Set? You can create as many selSets as you want and won’t be limited by the UI of the script. But: -craete sepa…

8 years ago
Forum
Reply
RE: addKnot (indexed spline)

Create a Donut shape. Then convert it to an editable spline. Go to Spline sub-object level and select the outher splines. in the Modify Panel, on the …

8 years ago
Forum
Reply
RE: position script controller not updates in Max2016-2017 at sub object level

I know this, but it is there for a long time. so I just grabbed the code to show an example. aaandres, denisT, thank you. Both solutions works. I had…

8 years ago
Forum
Reply
RE: position script controller not updates in Max2016-2017 at sub object level

The same error: — Runtime error: getPointPos requires a node

8 years ago
Forum
Reply
RE: position script controller not updates in Max2016-2017 at sub object level

Like this: posCmdStr += “(pos = (getPointPos miauuRefObj.baseobject ((knot * 3) – 1) ); return pos )” The result — Runtime error: getPointPos r…

8 years ago
Forum
Page 39 / 83