Use readValue not readLine – read line reads each line as a string – you would therefore have to convert the string into a float. while not Eof infil…
Hmm… Im not sure. Most of the time they put only very small snippets and part of there frameworks is c++ or c# like a plugin for example. Also they te…
LoneRobot: awww, i feel all warm and fuzzy inside after reading that… Just in time for the christmas spirit too! :rolleyes: Rappy, The reason …
Hi, So for simple rigging I tend to agree that you don’t need heavy linear algebra knowledge – but for complex rigging i’d suggest understanding the …
Well i dont know about wireparameters using transform spaces – but in max you get get the space of an object relative to another by using this formula…
or create an intermiediery point to act as a parent. The math to get the transform space relative to another space is: (a.transform * inverse b.trans…
local object = $point01 if object.testca == undefined do ( testca = attributes testAttributes ( ) custAttributes.add testca object #unique ) Or jus…
oh i didnt see, my bad.
Anthonyy: I am learning Maxscript, and I came across this little anomity:- Type this into the MAXScript Listener:- mybox = box length:20 [B]wdith:…
I’d use a soft ik method, and just check if its reached its softIk length, then move it in the direction of the master. What would be interesting woul…
The location at the edge of its radius + the normalized direction * the radius.
I started jotting ideas in my notebook last night – its bug thats become an itch!
Here you go, this should help:
Its called the UpNode and is in plain sight in the lookAt constraint rollout. By default its world.
A struct is a container of variables, function etc and is very powerful because the variables inside the stuct get there scope automatically. struct …