User Tools

Site Tools


gamedev:deigde:editors:animator

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gamedev:deigde:editors:animator [2020/03/30 16:04] dragonlordgamedev:deigde:editors:animator [2024/04/01 15:48] (current) – [Rules] dragonlord
Line 5: Line 5:
  
 ====== IGDE Animator Editor ====== ====== IGDE Animator Editor ======
-The animator editor allows to create [[gamedev:animators|Animators and Animations]] for your game. Animators compose of: +The animator editor allows to edit [[gamedev:animators|Animators and Animations]] for your game. 
-  * Rig +
-  * Animation +
-  * Controllers +
-  * Links +
-  * Rules+
  
-{{ :gamedev:deigde:editors:editor_animator.jpg?direct&400 |Editor preview image}}+Animators are composed of a //Rig// and //Animation// resource, controllers to influence the animation dynamically and rules for producing the animation.
  
-The editor window composes of the preview area and the properties panel on the left side.+<WRAP group> 
 +<WRAP column> 
 +{{:gamedev:deigde:editors:editor_animator.jpg?direct&400|Editor preview image}} 
 +</WRAP> 
 +<WRAP column> 
 +{{youtube>E9oQP88cC_Q?medium}} 
 +</WRAP> 
 +</WRAP> 
 + 
 +The editor window is divided in the preview area and the properties panel on the left side.
  
 ====== Preview Window ====== ====== Preview Window ======
Line 35: Line 39:
  
 Only one of these two testing modes can be active at the same time. Only one of these two testing modes can be active at the same time.
 +<WRAP clear/>
  
 ====== Animator ====== ====== Animator ======
  
-{{:gamedev:deigde:editors:editor_animator_animator.jpg?nolink |Animation panel}}+{{ :gamedev:deigde:editors:editor_animator_animator.jpg?nolink|Animation panel}}
  
 Defines the **Rig** and **Animation** resource to use for the animator. At least the rig resource is required to be present. The animation resource is not required if only procedural rules are used. Defines the **Rig** and **Animation** resource to use for the animator. At least the rig resource is required to be present. The animation resource is not required if only procedural rules are used.
Line 51: Line 56:
 Automatic and manual retargeting of animations will be added in a future release. Automatic and manual retargeting of animations will be added in a future release.
 </WRAP> </WRAP>
 +<WRAP clear/>
  
 ====== Controllers ====== ====== Controllers ======
  
-{{:gamedev:deigde:editors:editor_animator_controllers.png?nolink |Controller panel}}+{{ :gamedev:deigde:editors:editor_animator_controllers.png?nolink|Controller panel}}
  
-Controllers are used by game programmers to adjust the animation. In general the artist defines the controller ranges but game programmers can overrule them to make their live easier. This does not interfere with the animation production process. The output of the controller is the **Value** linearly mapped from the range **Minimum Value -> Maximum Value** to the range **0 -> 1**.+Controllers are used by game programmers to adjust the animation. In general the artist defines the controller ranges but game programmers can overrule them to make their life easier. This does not interfere with the animation production process. The output of the controller is the **Value** linearly mapped from the range **Minimum Value -> Maximum Value** to the range **0 -> 1**.
  
 Controllers are typically accessed by the game developer using the unique **Controller Name** (case sensitive). This allows to mix and match different animators with differing controller setups (count, ordering and ranges) as long as the required names are present. Controllers are typically accessed by the game developer using the unique **Controller Name** (case sensitive). This allows to mix and match different animators with differing controller setups (count, ordering and ranges) as long as the required names are present.
Line 76: Line 82:
  
 The **Locomotion Testing** panel allows to set dynamic behavior to controllers for preview purpose only. The attribute simulates typical ways how games manipulate controller values to get an idea on how the animator will perform if used in the game. The **Locomotion Testing** panel allows to set dynamic behavior to controllers for preview purpose only. The attribute simulates typical ways how games manipulate controller values to get an idea on how the animator will perform if used in the game.
 +<WRAP clear/>
  
 ====== Links ====== ====== Links ======
  
-{{:gamedev:deigde:editors:editor_animator_links.png?nolink |Links panel}}+{{ :gamedev:deigde:editors:editor_animator_links.png?nolink|Links panel}}
  
 Links map controller values to rule target input values using bezier curves. The artist is in full control of links. This decouples controller ranges allowing game programmers to freely manipulate them as they need. Links map controller values to rule target input values using bezier curves. The artist is in full control of links. This decouples controller ranges allowing game programmers to freely manipulate them as they need.
Line 90: Line 97:
  
 The **Repeat** value allows to repeat the curve multiple times. This is useful for jig-saw type curves which can not be done with a bezier or linear type curve. This is also useful for overlaid detail animations. There you can easily adjust their play speed relative to the main animation. The **Repeat** value allows to repeat the curve multiple times. This is useful for jig-saw type curves which can not be done with a bezier or linear type curve. This is also useful for overlaid detail animations. There you can easily adjust their play speed relative to the main animation.
 +<WRAP clear/>
  
 ====== Rules ====== ====== Rules ======
  
-{{:gamedev:deigde:editors:editor_animator_rules.png?nolink |Rules panel}}+{{ :gamedev:deigde:editors:editor_animator_rules.png?nolink|Rules panel}}
  
 Rules define how the animation is produced. Rules are processed from top to bottom in the order they are specified. Rules can produce pre-canned animations or procedurally calculated animations. See [[gamedev:animators|Animators and Animations]] for a comprehensive explanation of rule types. Depending on the selected rule type the panel layout below is different. Rules define how the animation is produced. Rules are processed from top to bottom in the order they are specified. Rules can produce pre-canned animations or procedurally calculated animations. See [[gamedev:animators|Animators and Animations]] for a comprehensive explanation of rule types. Depending on the selected rule type the panel layout below is different.
Line 114: Line 122:
 <WRAP center round info 60%> <WRAP center round info 60%>
 If you use **Group** rules you have to make sure the list of affected bones of the group rule and all rules underneath are compatible. If the group rule has an affected bone which is not present in the children rules the default state is used which can be not what you intend. If you use **Group** rules you have to make sure the list of affected bones of the group rule and all rules underneath are compatible. If the group rule has an affected bone which is not present in the children rules the default state is used which can be not what you intend.
 +</WRAP>
 +
 +The **Affected Vertex Position Shape** panel is present for all rule types and contains an optional list of **Vertex Position Shape Names**. If the list is empty the rule affects all vertex position sets in the owner **Component**. If the list is not empty only vertex position sets matching the names listed are affected.
 +<WRAP center round info 60%>
 +If you use **Group** rules you have to make sure the list of affected vertex position sets of the group rule and all rules underneath are compatible. If the group rule has an affected vertex position set which is not present in the children rules the default state is used (0 weight) which can be not what you intend.
 </WRAP> </WRAP>
  
Line 119: Line 132:
  
 The last panel below changes according to the type of the selected rule. See [[gamedev:animators|Animators and Animations]] for an explanation of the parameters used. The last panel below changes according to the type of the selected rule. See [[gamedev:animators|Animators and Animations]] for an explanation of the parameters used.
 +<WRAP clear/>
  
 ====== Playground ====== ====== Playground ======
  
-{{:gamedev:deigde:editors:editor_animator_playground.png?nolink |Playground Panel}}+{{ :gamedev:deigde:editors:editor_animator_playground.png?nolink|Playground Panel}}
  
 The playground panel allows to quickly manipulate all controllers in a comprehensive list to test out the animation. Controllers which have a dynamic test attribute assigned can not be manipulated but their current state can be watched. The playground panel allows to quickly manipulate all controllers in a comprehensive list to test out the animation. Controllers which have a dynamic test attribute assigned can not be manipulated but their current state can be watched.
Line 137: Line 151:
  
 The **Visualization** panel allows to enable some debug shapes to visualize some parameters. The **Visualization** panel allows to enable some debug shapes to visualize some parameters.
 +<WRAP clear/>
  
 ====== View ====== ====== View ======
  
-{{:gamedev:deigde:editors:editor_animator_view.png?nolink |View panel}}+{{ :gamedev:deigde:editors:editor_animator_view.png?nolink|View panel}}
  
 Preview and simulation parameters can be adjusted in this panel. Preview and simulation parameters can be adjusted in this panel.
Line 169: Line 184:
  
 The **Dynamic Collider** parameter enables physical simulation for an attachment. The object root bone is attached while all bones marked as dynamic are influenced by physics. The **Dynamic Collider** parameter enables physical simulation for an attachment. The object root bone is attached while all bones marked as dynamic are influenced by physics.
-===== Preview Video ===== + 
-https://youtu.be/E9oQP88cC_Q+
gamedev/deigde/editors/animator.1585584273.txt.gz · Last modified: 2020/03/30 16:04 by dragonlord