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…
Do you mean a case statement? case val of ( 1: doThis() 2: doThat() 3: TryThis() 4: TryThat() default: ifAllElseFailsDoThis() ) Off the top of …
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…
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…
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…
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…
Nice, very nice – looks like you headed towards atlas skinning in the end.
Every user would need those extensions though im guessing, which kinda puts it out of the question… i will think around this…
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] …
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…
tm = $plane01.transform $teapot.transform = matrix3 tm.row1 tm.row2 tm.row3 (transMatrix [0,0,50] * tm).row4
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…