question

Sheng_xin W avatar image
0 Likes"
Sheng_xin W asked Sheng_xin W commented

Operator's animation

I want to know how to change the operator's animations without using the animations that Flexsim supplies. Do I need to use other applications to do this? If so, I have 3ds max and unity. And how can I do that. Thank you. And I also need the anser eagerly.

FlexSim 20.0.10
operatoranimations3ds maxunity
· 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.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Sheng_xin W commented

You can edit existing animations as well as create new ones in the "Visuals/Animations" window.

1646230994806.png

1646231035302.png

There is a page about how to use it in the user manual:
https://docs.flexsim.com/en/20.0/Using3DObjects/CreatingCustomObjectsAnimations/CreatingCustomAnimations/CreatingCustomAnimations.html

After you have created/edited your animation you can either assign it to be used as the standard for the three movement states of the operator (idle, walk, walkloaded) by changing the value of the respective variable nodes in the it's tree. (the value of the node should be name of the animation, you can also use "object.setVariable()" to set it)1646231176937.pngOr you start run animations either through process flow with the "Run Animation" activity1646231340496.pngor start it through code with "runanimation()" (see the same manual page linked above for further information on the commands).


1646230994806.png (222.8 KiB)
1646231035302.png (31.2 KiB)
1646231176937.png (6.2 KiB)
1646231340496.png (1.6 KiB)
· 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.