miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: Syntax error:

Yes, and thanks to you, everyone can learn how to do it. This is valid for Max 2017 also: By the way, in 3dsmax 2014, when I select the edges in ed…

8 years ago
Forum
Reply
RE: Syntax error:

denisT: see! you can… so why did you say you are not a master? but… in both cases you loose selection (or sub-selection) You are a maxscript m…

8 years ago
Forum
Reply
RE: Syntax error:

denisT: screw <2014 ! I still use 2014 for writing scripts. If the same modifier is applied to several objects then,: ( selObsArr = selec…

8 years ago
Forum
Reply
RE: Syntax error:

denisT: if iskindof (m = modpanel.getcurrentobject()) Edit_Poly do ( for sub = 1 to 3 do m.setselection sub #{} ) why? #1 because same modifier…

8 years ago
Forum
Reply
RE: Syntax error:

denisT: the code above is too ‘unsafe’ for a master I still consider myself as not a master. He can add code to make his script to be safe, to…

8 years ago
Forum
Reply
RE: Syntax error:

macroScript Macro2 category:”DragAndDrop” toolTip:”” ( modPanel.setCurrentObject $.modifiers[#Edit_Poly] for i = 1 to 5 do ( subobjectlevel = i …

8 years ago
Forum
Reply
RE: Run an MCR file but ignore its macroscrip header?

Separate the headerd in .mcr(header.mcr) file and the body of the script in .ms(body.ms or body.mse) file. When you want to evaluate the macro fileIn …

8 years ago
Forum
Reply
RE: Select Children of nested layers?

This will rename all objects in all nested layers in the layer with the name “Clones” ( nestedLayersArr = #() function GetObjectsInLayer layer: …

8 years ago
Forum
Reply
RE: Loading popup windows at startup

If you need a maxscript solution put this in the maxRoot/Scripts/Startup folder ( global rol_ try(destroyDialog rol_)catch() rollout rol_ “” ( …

8 years ago
Forum
Reply
RE: is there any camera before loading file

Read the names of the objects in the file and search for “cam” or “camera” in their names. Not 100% correct method, but… getMAXFileObjectNames() O…

8 years ago
Forum
Reply
RE: Viewport fails to update instantly

redrawViews() or forceCompleteRedraw()

8 years ago
Forum
Reply
RE: Replacing text depending on the match

How the end result should looks? I mean the obfuscated code.

8 years ago
Forum
Reply
Reply
RE: MXS Editor. Change Parenthesis highlight color

Serejah: Now it’s time to thank LO for his great windowShopper script Check this out. I’ve set ctrl+shift+X as a hotkey for setting date This scr…

8 years ago
Forum
Page 37 / 83