Hey,

        I would like to stop the animation once it is executed. They are just
movements, not cyclic actions... I'm calling
Cal3dVolume.animate_execute_action(), which executes any of the 2
animations but then "jumps" to the first pose.



        I was looking at the source code, and the CalMixer object in cal3d has
weightTarget and autoLock parameters, however the exported call in
python has only 4 parameters.

class CAL3D_API CalMixer : public CalAbstractMixer
{
bool executeAction(int id, float delayIn, float delayOut, float
weightTarget = 1.0f, bool autoLock=false);
}

        I tryied to add this parameters to soya with no success. Any hint?


Thanks,
-- 
Aldrin Martoq <[EMAIL PROTECTED]>


Reply via email to