LFShade
@lfshade
New Member
Joined: Feb 14, 2024
Topics: 4 / Replies: 172
Reply
RE: Removing a category from the Customize menu?

There’s still an orphaned .mcr file in your macroscripts directory. Get that out of there and you’ll lose the unwanted category:) RH

21 years ago
Forum
Reply
RE: Bridge-script

On the second CD of Max5, there’s a file called laszlo_scripts.zip. It contains Meshtools 3, which has a slightly improved connect feature that will …

21 years ago
Forum
Reply
RE: Changing objects script, help nedded

Without doing any research or testing on your specific problem, I can help you with your question about putting a “string inside a string.” You need …

22 years ago
Forum
Reply
RE: scripted snaps ?

Edge detection is a very tricky subject by itself. I sorted it out (somewhat) for my CleanCut script, but I see a bit of a hurdle in getting from the…

22 years ago
Forum
Reply
RE: Transform script, local coords

You’re all almost too helpful… Well, I’ll try to be a little less helpful next time then;) But seriously…I completely glossed over your question ab…

22 years ago
Forum
Reply
RE: Transform script, local coords

Welcome to MAXScript! Try this: for obj in selection do ( in coordsys obj ( rotate obj (eulerAngles 90 0 0) move obj [0,0,4] ) ) The only thing to …

22 years ago
Forum
Reply
RE: Set Interpolation type for Gradient Ramp

From the help docs: <Gradient_Ramp>.Gradient_Type Integer default: 4 The type of gradient: 0- 4 Corner (An asymmetrical linear trans…

22 years ago
Forum
Reply
RE: FallOff Mix Curve Control

AFAIK, this is not exposed to MAXScript. The mix curve for falloff, blend, and the RGB/mono curves let you access points on the curve only if they’re…

22 years ago
Forum
Reply
RE: loop problem

Hey xynaria, glad to see you’re finally jumping into the fray! I don’t see what was causing the error in your code, but here’s a condensed way to do …

22 years ago
Forum
Reply
RE: Setting Object Motion Blur in Render Dialog

What about scanlineRender.objectMotionBlur? You shouldn’t need jblib for that, I found it in the online help! RH

22 years ago
Forum
Reply
RE: how to get vertex id as integer ?

Wow! Looks like you really took the ball and ran ran with it:D I’ll check this out tonight if I get a chance. RH

22 years ago
Forum
Reply
RE: how to get vertex id as integer ?

Oh, and to see the type of an object or value (since you asked), use classOf <value>. RH

22 years ago
Forum
Reply
RE: how to get vertex id as integer ?

I see the problem now. When you call a function with no arguments, you need to use parentheses to let it know you’re calling the function rather than…

22 years ago
Forum
Reply
RE: how to get vertex id as integer ?

I can’t check that right now (no Max here); seems like both forms should return an integer, though. What are you getting? [edit]–in other words, if …

22 years ago
Forum
Reply
RE: how to get vertex id as integer ?

findItem <some_array> <item_to_find> You’re passing a bitarray to findItem, which I’m not sure even works. But you don’t even need findI…

22 years ago
Forum
Page 9 / 12