I’ve been experimenting with animating a model’s fingers, and I’ve succesfully created an animation for Barney’s fingers:
What I’m trying to do now is turn this animation into a gesture, so that it can be played on top of other animations, eg walking, running, ect.
I’ve inlcuded gesturemacros.qci in the QC file, and I’ve tried using this command
$makenoloopgesture <gesturename> <filename> <InFrame> <OutFrame> <LastFrame>
The animation is 130 frames long, so I thought I’d be able to use values 1 130 130, or similiar.
Whatever values I use, I get the error:
ERROR: makenoloopgesture(41): - end frame before start frame in @fingers3zeroERROR: Aborted Processing.
If anyone has any ideas, I’d be very grateful.