Aearon
@aearon
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 200
Reply
RE: Selectively display rollouts for custom attributes by current subobjectlevel

The code below works but caused wierd bugs when switching between tabs in the tool panel. Like, when the user clicked on modify it would automatically…

19 years ago
Forum
Reply
RE: Selectively display rollouts for custom attributes by current subobjectlevel

sounds cool, but i think it may not be possible… i just tried this: theCA = attributes test ( parameters main rollout:main_rlt ( ) rollout mai…

19 years ago
Forum
Reply
RE: surface normal direction vector to quat?

this may not do it for you, but just as an additional input: max nodes also have a .dir property that you can set directly, so maybe the following is…

19 years ago
Forum
Reply
RE: Need to access items not listed in RenderClass

distance geometry.min geometry.max that’s pretty neat man

19 years ago
Forum
Reply
RE: filename to include number of frames

may i ask how you import/export fbx files without having the corresonding max file open anyway? i’d do this the way dave suggested, only you probably…

19 years ago
Forum
Reply
RE: Setting Rotational Joint Limits on non-IK-Obj

how about this: a custom attribute or user defined property per object that stores the limits, plus a script that runs over the animation and adjusts …

19 years ago
Forum
Reply
RE: Viewport with maxscript

dropping in… i’d be very interested in this as well

19 years ago
Forum
Reply
RE: something about writing max scirpt.

i use ultra edit all the time for writing scripts… great workflow, i can’t imagine working wihout it there’s a tutorial on scriptspot on how to set i…

19 years ago
Forum
Reply
RE: bezier curves without bezier curves

Pretty slick. I should have paid more attention in math class. haha – don’t think i did thanky for the additional info eek. makes sense about usi…

19 years ago
Forum
Reply
RE: bezier curves without bezier curves

oh right, it only works with max 8’s new script controllers you’d have to put a dependson statement within the script referring to all 4 points by na…

19 years ago
Forum
Topic
Forum
Replies: 6
Views: 25
Reply
RE: Drawing a line between points

a robust way to do this is having an extra point helper that has a lookat, you can use the lookat’s viewline to draw your line

19 years ago
Forum
Reply
RE: rolling cube

here’s the visual version: www.aearon.de/files/public/rollCube3.avi

19 years ago
Forum
Reply
RE: rolling cube

this one is more accurate, i used some circle formulas instead of sin: () len = 20 r = sqrt (2*len^2) rot = abs (radToDeg Y_Rotation) rot =…

19 years ago
Forum
Reply
RE: sin movement

thanks man, most of the work is really done by kees’ amazing helium plugin, it’s just fun scripting on top of that thing, i hope i’ll find the time to…

19 years ago
Forum
Page 4 / 15