miauu
@miauu
New Member
Joined: Feb 14, 2024
Topics: 122 / Replies: 1116
Reply
RE: First issues with MaxScript and 3ds Max 2017

What I use is to press the Mark All button and then wit F2 to go to desired line. Very annoying. When there is an error in the listener is printed the…

9 years ago
Forum
Topic
Forum
Replies: 4
Views: 14
Reply
RE: Align pivot to face normal

( fn AlignPivotToFace node face:1 type:#z_up = if iskindof node Editable_Poly do ( c = polyop.getfacecenter node face n = polyop.getfacenormal n…

9 years ago
Forum
Reply
RE: System exception when attaching two objects

Since, you want to work with Edit Poly modifeir: ( newObj = Selection[1] oldObj = Selection[2] Ep = Edit_Poly() addModifier oldObj Ep — sele…

9 years ago
Forum
Reply
RE: Objects not in groups

To cover open groups you have to ause this: arr = for o in objects where not (isgroupmember o or isgrouphead o or isOpenGroupMember o or isOpenGroup…

9 years ago
Forum
Reply
RE: superClassOf in multithreading

I don’t know if this will works but try with isKindOf

9 years ago
Forum
Reply
RE: Select random point on plane with maxscript

There is a similar thread on the forum.

9 years ago
Forum
Reply
9 years ago
Forum
Reply
RE: Manipulatign an array – nested arrays by items difference

denisT: this fact and the task with arrays are related anyhow, aren’t they? anyway … my congratulations! Thank you. Yes, it is related anyho…

9 years ago
Forum
Reply
RE: Manipulatign an array – nested arrays by items difference

denisT: ??? arr = #(0, 10, 11, 12, 13, 14, 20, 30, 31, 40, 50, 60, 61, 62, 70, 71, 80, 81, 82, 83, 84, 85, 86, 87, 90, 91) ( new = #(#(1)) fo…

9 years ago
Forum
Reply
RE: Manipulatign an array – nested arrays by items difference

Thank you. I’ve tried several times to strat with while loop, but with no success.

9 years ago
Forum
Reply
RE: Inform about max crash

try2script: and one more situation is when max is not responding, but still running, then I would like also to stop it from task manager and restart…

9 years ago
Forum
Reply
RE: Automate geometry creation

Try this script: Primitive Maker.

9 years ago
Forum
Reply
RE: How to perform LMB click with maxscript?

I just tested it. In Prespective viewprot the fn works with no problems. In orthographic viewports the fn works a bit strange. When the ortho viewport…

9 years ago
Forum
Page 41 / 83