question

Ryusuke T avatar image
0 Likes"
Ryusuke T asked Ryusuke T commented

Editing animation keyframes does not take effect

I wanted to change the animation time of the operator's animation and edited the keyframe value, but it doesn't take effect. I also executed the Update Keyframe and Apply to Keyframe Objects buttons, but there was no change. Is my approach wrong?

2024031301.png

FlexSim 23.0.11
animationkeyframe
2024031301.png (15.7 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Ryusuke T commented

How are you testing the animation? If you set it as the idle animation then you won't see a difference, since that animation is played with a fixed duration of around 2s. I don't know if that can be changed at all.

If you intend to use the animation elsewhere then there is no need to adjust the duration. The start() method of the animation class let's you specify how fast the animation should play (factor of original time or scaled to fill target time) and how often it should be repeated. See the relevant documentation for more information.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ryusuke T avatar image Ryusuke T commented ·

Yes. I was trying to make a change about the idle animation. I understood that the idle animation is set to a fixed time.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.