Source 2 Model Editor/Docs/Animation Menu: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
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:
{{otherlang2
{{LanguageBar}}
|zh-cn=Dota 2 Workshop Tools:zh-cn/Model Editor:zh-cn/Animation Menu:zh-cn
 
}}
Animation menu for {{mdledit|4}}.
Animation menu for [[Dota 2 Workshop Tools/Model Editor|Model Editor]].


== 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


{{shortpagetitle}}
== Add Lua Sequence Script ==
[[Category:Dota 2 Workshop Tools]]
* 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

English (en)中文 (zh)Translate (Translate)

Animation menu for Model Editor Model Editor.

Add Animation

  • Brings up a browser to select animations.
  • Multiple animations can be selected
Note.pngNote: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

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