eek
@eek
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 462
Topic
Forum
Replies: 10
Views: 47
Reply
RE: Align an axis to a plane, using other axis?

From playing with a beet mat this might work – basically if your aligning to the XY plane its direction is going to be Z ([0,0,1]) – if its the ide…

13 years ago
Forum
Reply
RE: Multi-Conditional Arrays

Do you mean a case statement? case val of ( 1: doThis() 2: doThat() 3: TryThis() 4: TryThat() default: ifAllElseFailsDoThis() ) Off the top of …

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

Yes i guess, i was just intrigued by the whole setup. I’m guessing commits are for some subversion – perforce etc. I’m looking into Shotgun atm, which…

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

That is pretty neat! – So is hudson firing the maxscripts to the tests, returning the results etc?? What im asking is this similiar to pythons unitte…

13 years ago
Forum
Reply
RE: Unit Testing Framework maxtest

This is pretty interesting – i’m looking into unittests for python. Test driven development is pretty neat. With your code my understanding is your b…

13 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

kogen: Oh no, he found it out Yeah, you’re right. Basically I wanted to use the atlas – coloring method when I started back in 2009 but Max didn’t…

13 years ago
Forum
Reply
RE: Auto-Skin-Weight Approach

Nice, very nice – looks like you headed towards atlas skinning in the end.

13 years ago
Forum
Reply
RE: GetThisScriptFilename in max 8?

Every user would need those extensions though im guessing, which kinda puts it out of the question… i will think around this…

13 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: by-reference controller assignment?

yes i know that would work – but i thought ‘&’ is a by-reference to the ‘actual’ object. For example: fn test &a = ( a.value = [10,10,10] …

13 years ago
Forum
Topic
Forum
Replies: 5
Views: 15
Reply
RE: execute string in loop

JHN: … why would you want to have a custom attribute per morph channel used, wouldn’t it make more sense to make 1 custom attribute with an array pa…

13 years ago
Forum
Reply
RE: Position and Rotation | Local space

tm = $plane01.transform $teapot.transform = matrix3 tm.row1 tm.row2 tm.row3 (transMatrix [0,0,50] * tm).row4

14 years ago
Forum
Reply
RE: Value of Bezier key in/outTangent?

Pacermike: Hi guys, The help files give a pretty thorough explanation of how the value of a Bezier key .in/outTangentLength value is derived but do…

14 years ago
Forum
Page 3 / 33