Yeah....................i see what you mean which is really weird. For some reason even when your TijdSpinner has a value of 12 by default it still reads as zero through the listener. Just have this line of code run first before you set your global variables to fix this bug.TijdSpinner.value = 12 Now if you looking for…
hey I'm making a script that will give you a nice startup for creating walkcycle animations. It will NOT give you a finished walkcycle (that's kind of impossible :P ) It still has one bug, when opening the script you have to spin the timespinner or it will make the walkcycle on 1 frame... wich is just a pose (if someone…
Had to wrestle with the script for a while in 2012, will post what the issues are in a jiffy, but I was wondering what is the road map for the script? Is there a specific place you're taking it, or just waiting for feedback randomly?
Here is a script i went ahead and added a bunch of comments to explain what is being done. I got a little lazy toward the end but i'm sure you can figure out what its for. It is a script which automatically formats a function for you with in the listener that creates a custom spline shape. I used this to create controllers…
new link --> http://www.mediafire.com/?ijk47b0mqq6fjnz thanks FortyOne, and yes i'm new to maxscript you helped a lot, I will probably work some more on it today, try to get rid of the global variables and put the big block of code in a function. And if you want I would like the script or two for some clarity and to learn…
So the script creates a walk cycle for biped which already has that ability? Couldn't you just create some footsteps, save the animation out, load it into motion mixer and filter out the horizontal movement to get it to stay in place? You could also load in 1 of the hundreds of walk cycles floating around in bvh format?…