Light
@light
New Member
Joined: Feb 14, 2024
Topics: 6 / Replies: 370
Reply
RE: Maxscript to Hilight objects

Hi, Try this tool: Light

18 years ago
Forum
Reply
RE: How to create a curve which follows the position of severals points ?

Hi Charles, You can’t. I know because I asked Larry about it before. Only way would be to use a callback or timer, but if the user select multiple S…

18 years ago
Forum
Reply
RE: EditablePoly "Remove"

Hi, Try using selection[1].remove() As for Editable Mesh, there is no remove command for it. Do you mean Delete? Light

18 years ago
Forum
Reply
RE: 50% rotational align

Hey Rune Spaans?! I am a big fan of your work. Unfortunately your website doesn’t show up nowadays? It’s quite interesting though. I was showing the…

18 years ago
Forum
Reply
RE: reverse array…

for i = arr.count to 1 by -1 collect arr[i] Light

18 years ago
Forum
Reply
RE: from maxscript utility to free floating window

Hi, Replace the create mirrorVerts window part with this: mirrorVerts_window = newRolloutFloater “mirrorVerts” 235 295 200 200 addrollout mv mirrorV…

18 years ago
Forum
Reply
RE: selecting every nth loop

Hi, MAXScript doesn’t have a % operator like C++ does. It can be done like John suggested, however the second for loop could be written like so: fo…

18 years ago
Forum
Reply
RE: Better fracture – setting piece mass by its volume

You can also use Rigid Body Pro, which is an improved version of the default property editor. Light

18 years ago
Forum
Reply
RE: deletet scene nodes in arrays

Hi, Try using isDeleted objectName. Light

18 years ago
Forum
Reply
RE: noob question

Yeah Martin is right. It’s just a variable that holds the current parameter state, hence my use of pState. Light

18 years ago
Forum
Reply
RE: noob question

Hi, Use a checkbutton like this: on cb checked pState do selection.modifiers[#TurboSmooth].enabled = pState Light

18 years ago
Forum
Reply
RE: Dynamic Array Manipulation

Hi, Use deleteItem array index Light

18 years ago
Forum
Reply
RE: Script works sometimes – not all the time?

Hi, Try this: ( convertToSplineShape selection[1] max modify mode subObjectLevel = 1 max select all splineOps.weld selection[1] ) Light

18 years ago
Forum
Reply
RE: Input wanted: OpenBitmap throws exception?

Hey Chris, I think #1 is better. Light

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

I think it doesn’t have renaming function for now, but it lets you to type a new name as soon as a new folder is added. To delete a folder, hold down…

18 years ago
Forum
Page 8 / 26