Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: Adding prefix to Biped limbs

Hi, for i in geometry where classOf i == biped_object do i.name = “Prefix – ” + i.name Light

18 years ago
Forum
Reply
RE: Triangle and n-gon finder

You can also use Pola X, which can select SOs based on various criterias. Light

18 years ago
Forum
Reply
RE: Align vertex all together

I have implemented that feature [Set P3] both for Orionflame 2 & 3, which proves to be very useful. Light

18 years ago
Forum
Reply
RE: Layout of checkBox on rollOut

You can do it using a label and a checkbox where the label has the text of the checkbox. Light

18 years ago
Forum
Reply
RE: get coordinates of each vertex on plane

Try getVertexPositions $ Light

18 years ago
Forum
Reply
RE: Copy Array Method

Hey Bobo, that’s a good one. Light

18 years ago
Forum
Reply
RE: Browse for path to a file

Hi, Try getSavePath fn. Light

18 years ago
Forum
Reply
RE: .NET and it's Implications for Maxscript [Max 9]

I think this is all good, but people who writes code that support more than 1 max version will not be able to put them into use, right? Only for tool…

18 years ago
Forum
Reply
RE: EdgeStraigthen

Good one Christoph. Light

18 years ago
Forum
Reply
RE: Extract Numbers from a Filename

All correct. In fact you are right in your second statement, I probably tried to replace one character at a time and then left it there after changing…

18 years ago
Forum
Reply
RE: Extract Numbers from a Filename

Hi, You can use a fn like this: fn removeChars str = (local nums = “0123456789”; for i = str.count to 1 by -1 where (local index = findString nums s…

18 years ago
Forum
Reply
RE: New Tool for Scripters: Supra?

New version: – v1.0 improved sorting algorithm for version & prefix features – more streamlined saving of favourite folders – …

18 years ago
Forum
Reply
RE: New Tool for Scripters: Supra?

You are right Martin. But do you know it is for removing the folder name from the list? Just checking if you are confused with removing scripts/folder…

18 years ago
Forum
Reply
RE: New Tool for Scripters: Supra?

New version: – v0.9 ability to save favourite folders Right click inside the directory treeview to expand/collapse Click options > New …

18 years ago
Forum
Reply
RE: New Tool for Scripters: Supra?

Thanks Martin. I have changed the shortcuts but forgot posting it. New shortcuts: Click a script to edit Right click a script to run (if a script la…

18 years ago
Forum
Page 11 / 26