LFShade
@lfshade
New Member
Joined: Feb 14, 2024
Topics: 4 / Replies: 172
Reply
RE: Some new(ish) scripts

Somewhere out there, Timothy Leary is smiling;) I don’t know why I never thought to make the same for ring select (before this thread, that is). It …

21 years ago
Forum
Reply
RE: Some new(ish) scripts

COOPER- I’ll look into that. Seems like a natural extension of the idea… RH

21 years ago
Forum
Topic
Forum
Replies: 9
Views: 20
Reply
RE: Renaming buttons?

If all you have is a string representing a name you want to test, you could do it like this: nameString = “Box01” isValidNode (execute ((“$” + nameSt…

21 years ago
Forum
Reply
RE: getting rid of "e" in x,y,z coordinates.

I don’t think you’ll be able to work with those as numbers (without the exponential notation), but since you’re just going out to a file anyway you mi…

21 years ago
Forum
Reply
RE: looking for scripts: verts->spline and spline->bones

Sure, just turn on snapping and set it to snap on vertices. If you right-click the snap button, you get a menu of what kinds of things to snap to. R…

21 years ago
Forum
Reply
RE: looking for scripts: verts->spline and spline->bones

The spline bones thing isn’t all that tricky, in fact I’m attaching a simple macroscript that does a rudimentary job of it. As for creating a spline …

21 years ago
Forum
Reply
RE: Time Converter

Since timeStamp() returns milliseconds, you just have to go through the paces of extracting the seconds, minutes, and hours, then devising a way to “p…

21 years ago
Forum
Reply
RE: Notify the "Manager" computer of a complete Net-Render.

There’s probably a way to do it using ‘net send’ through doscommand. Would require the Messenger service to be running on the manager box. Perhaps I…

21 years ago
Forum
Reply
RE: 3D Track Data Converter

Transform matrices are a complex subject, and require an understanding of higher mathematics that I do not possess. Nonetheless, there are some thing…

21 years ago
Forum
Reply
RE: Script Controller not updating in viewport

Look up dependsOn in the Maxscript reference. It tells the script which other controllers to watch so it can update interactively. RH

21 years ago
Forum
Reply
RE: Spline question

Unfortunately, you can’t do that. To do something like that, you’d have to write a custom extrusion routine that follows the spline, which would be f…

21 years ago
Forum
Reply
RE: Spline question

Hah! Your “short addition” might be longer than my answer, Bobo:p RH

21 years ago
Forum
Reply
RE: Spline question

– first you have to create a shape s = splineshape() – it seems backwards, but next you have to add – a spline segment to the shape idx = addNewSplin…

21 years ago
Forum
Reply
RE: MAXscript question

Yeah, I had the same results (verts stayed selected properly), I just ran out of time earlier to post. I don’t think it would be a key binding confli…

21 years ago
Forum
Page 6 / 12