Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: how to assign id to selected poly face?

OK, try this: ( local sel = selection[1] case classOf sel of ( editable_poly: polyOp.setFaceMatID sel (polyOp.getFaceSelection sel) 7 editable_mesh: …

20 years ago
Forum
Reply
RE: how to assign id to selected poly face?

Because getFaceSelection & setFaceMatID are Editable Mesh fns. So you will need to use their Editable Poly correspondings in order to use Editable…

20 years ago
Forum
Reply
RE: how to assign id to selected poly face?

OR local sel = selection[1].baseObject polyOp.[b][b]setFaceMatID sel (polyOp.getFaceSelection sel) matID Light [/b][/b]

20 years ago
Forum
Reply
RE: Getting object elements out as seperate objects

Hi, You can also use Explode Elements [flamefx.com]. Light

20 years ago
Forum
Reply
RE: select every other edge

Well, developing websites is really not my thing. That’s why I created a simple website. Besides I can’t afford to spend more time on it. Hopefully th…

20 years ago
Forum
Reply
RE: select every other edge

thehive, Try looking at the code of Pola X [flamefx.com] as it has a set of fns to do exactly what you want. Light

20 years ago
Forum
Reply
RE: generate ui on rollout open ?

“Is it possible to delegate buttons events to functions? Currently I have for every button a “on btnXYZ pressed do” with roughly the same content. Is …

20 years ago
Forum
Reply
RE: maxScript for filling holes

Hi, You can try using Cap X. If you want a 1 click feature, let me know so I can modify it for you. Light

20 years ago
Forum
Reply
RE: Floater Options

Hi, As far as I know not in floaters created via scripting. Light

20 years ago
Forum
Reply
RE: Isolate selectio — How to close through script?

Hi, Try this: Iso2Roll.C2Iso.changed false Light

20 years ago
Forum
Reply
RE: Callback persistence problem

Hi, You should declare your test fn as global. Light

20 years ago
Forum
Reply
RE: Camera editor UI – mouse position in ms window?

Hi, This should do what you need: rollout new “” ( on new mouseMove pos do print pos ) createDialog new 300 200 Light

20 years ago
Forum
Reply
RE: Ignore backfacing

Hi, Maybe this does what you need: if (selection.count == 1) and (classOf selection[1].baseObject == Editable_Poly) do ( selection…

20 years ago
Forum
Reply
RE: SoulburnScripts publically released

Oh, actually I was calling them soulburn pack really, I guess it is because I saw mostly your name [along with the “soulburn” word/email] in those scr…

20 years ago
Forum
Reply
RE: SoulburnScripts publically released

Hey Neil, Your soulburn pack is always a very nice one, thanks for updating it! Light

20 years ago
Forum
Page 24 / 26