Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: How to find the faces inside an outline ?

Do you mean something like (bitArray as array)[1]? I have tried your code in a few cases but it didnt work. It might be because of my selections. He…

19 years ago
Forum
Reply
RE: How to find the faces inside an outline ?

Hey I have just added this feature to Orionflame, and it works great. It might take a while before I post the code here as I have used alot of predef…

19 years ago
Forum
Reply
RE: Visual MAXScript: Does it actually save time?

j_man: Light, your interface is packed tight with so many goodies you would have to use absolute co-ordinates! can’t see your app unfortunately, ‘…

19 years ago
Forum
Reply
RE: Visual MAXScript: Does it actually save time?

On the opposite side, I always use absolute positions simply because automatic placement doesnt position the controls exactly where I want. Sometimes…

19 years ago
Forum
Reply
RE: floaters: isChecked/closeDialogs not working as expected

OK, how about this that does both: macroScript vLight category:”Anti-Lock Brake System” buttonText:”Toggle” tooltip:”Toggle” ( local dialogOpen …

19 years ago
Forum
Reply
RE: floaters: isChecked/closeDialogs not working as expected

If you mean destroyDialog by closeDialog, you can use it to destroy a dialog, and when you do so, maxscript will look for a close event handler. If pr…

19 years ago
Forum
Reply
RE: floaters: isChecked/closeDialogs not working as expected

That line is a rollout definition. Close event is called when the rollout is closed, which assigns false to pState variable and then forces max to upd…

19 years ago
Forum
Reply
RE: floaters: isChecked/closeDialogs not working as expected

Here you go: macroScript vToggle category:”Light’s Orionflame” buttonText:”Toggle” tooltip:”Toggle” ( local pState = false on isChecked return p…

19 years ago
Forum
Reply
RE: floaters: isChecked/closeDialogs not working as expected

Jon, Maybe this does what you need: macroScript vToggle category:”Light’s Orionflame” buttonText:”Toggle” tooltip:”Toggle” ( local pState = true …

19 years ago
Forum
Reply
RE: rollout content automatic update

Use a callback, IE: callbacks.removeScripts id:#selX64 callbacks.addScript #selectionSetChanged “print “selection changed!”” id:#selX64 Light

19 years ago
Forum
Reply
RE: toggle a script on and off

You really have some creative coding skills there! Light

19 years ago
Forum
Reply
RE: toggle a script on and off

Samuel, Maybe this does what you need: if $.multiplier == 0 then $.multiplier = 1 else $.multiplier = 0 Light

19 years ago
Forum
Reply
19 years ago
Forum
Reply
RE: checkbox state cahnge in a dynamic way

Use something like this: myarray = #(chk01, chk02, chk03) myarray[1].tristate = 2 Light

19 years ago
Forum
Reply
RE: bridge faces in max 6

Louis.cho, You can use Orionflame’s Bridge Edges to do that, which works in 3ds max 5, 6 & 7. Light

19 years ago
Forum
Page 19 / 26