To put an interpolation into a value between 0 -1/-1 all you do is change you reference space. E.g If i want to get a value of 0-1 in a space of 10 – …
hehe i was exactly thinking this last night – which probably the way to go. The amount of callbacks where currently using is absurd (not from my scrip…
Basically ive built a simple script function which runs on all or only the checked anims of our animation framework ‘puppetshop’. Where by you provide…
Yes exactly, executing strings is the only way – balls!
To the first reply: Cool, I get that, but your still essentially encapsulating the variables/arguments in the main script. How would you allow the ma…
$a.pos.x = $a.pos.x $a.pos.controller[1].value = $b.pos.controller[1].value
I just saw snippler has a wordpress plugin, which might be great the bloggers around here.
RobGalanakis: Haha, yes, tomorrow night I’ll make a full post here. I’ve been working almost non-stop for the past two weeks getting things in orde…
Well basically your associating a weight with a vertex of a control mesh based on its distances. So you need to sum the vertices into a normalized wei…
Im guessing at a hunch here but your instancing the modifier in the form of its creation with script rather than copying all of its history? Does loc…
Just script it, over time: – point and frog must be in different locations ( local target = $frog local point = $point01 local endPos = [0,0,0] local…
is the modifiers panel open through script? The only way i got stuff working through the skin_wrap is by using the object directly with : $.modifiers…
Iro: It WORKS!!! Thank you all for your help I am so happy My Pleasure
Using execute in a script like this would be pretty bad, good for having to rebuild ui or a system that can only be evaluted by execute, but not read…