Source 2 Model Editor/Docs/Animation Menu: Difference between revisions
Jump to navigation
Jump to search
Note:If no animation group is present, one will be created. If only one is present it will be used. If more than one is present a interface with a drop down menu will be used to select what group is getting the animation
mNo edit summary |
m (Nesciuse moved page Source 2 Model Editor/Docs/Animation Menu/en to Source 2 Model Editor/Docs/Animation Menu without leaving a redirect: Move en subpage to basepage) |
||
(7 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{LanguageBar}} | ||
}} | Animation menu for {{mdledit|4}}. | ||
Animation menu for | |||
== Add Animation == | == Add Animation == | ||
Line 17: | Line 16: | ||
== Add Constraint List == | == Add Constraint List == | ||
* Adds a new constraint list to the model | * Adds a new constraint list to the model | ||
* Select the item to edit the properties in the property editor | * Select the item to edit the properties in the property editor | ||
== Add Lua Sequence Script == | |||
[[ | * Executes a Lua Script to generate scripted sequences from the animations | ||
* See [[Source 2 Animation System VScript API]] for available functions |
Latest revision as of 11:07, 12 July 2024
Animation menu for Model Editor.
Add Animation
- Brings up a browser to select animations.
- Multiple animations can be selected

Add Animation Group
- Adds an empty animation group
- Right click on the animation group item in the outliner to add animations to it
Add External Animation Group
- Browse to an external animation group
Add Constraint List
- Adds a new constraint list to the model
- Select the item to edit the properties in the property editor
Add Lua Sequence Script
- Executes a Lua Script to generate scripted sequences from the animations
- See Source 2 Animation System VScript API for available functions