My first: Animation

From Divinity Engine Wiki
Revision as of 15:41, 2 February 2018 by JoykaDeReyst (talk | contribs) (Introduction)
Jump to: navigation, search

Introduction

In this guide we're assuming that you're reusing an existing character and rig or an existing interactive item.
We'll also mention the provided export tools throughout the guide.
We'll also refer to visual resources and animation sets and resources

For more information on:
How to create a character: My_first:_Character
How to create an interactive ttem: My_first:_Item_-_Interactable_animated_items
How the export tools function: Modding:_Maya_Exporter
An Animation Set: Animation_set_resource_panel
Visual Default Animations: Visual_resource_panel

My First animation

How do I structure my maya resources?

The bear file structure

When creating animations we make use of maya's ability to reference scenes.
We'll have a base file with the mesh and it's rig (Animals_Bear_ABC.ma) and a sister animation folder of the same name (Animals_Bear_ABC) containing the animation files.
Each animation file has only one animation or animation sequence and has a file reference to the base file. (More on sequences later)

A file containing the rig that gets referenced we name the base file
A file referencing the base file we name the animation file

Referencing in my animation file

When starting from a new animation file we'll want to reference the base file which contains the rig. The caveat for this is the MLE doesn't support namespaces in rigs.
In your new file: Top Menu -> File -> Create Reference -> Options Square

CreateRefOpt.png

In the options window look for Namespace Options
Select Use selected namespace as parent and add new namespace string and fill in a colon : in the textbox

NamespaceCreateOpt.png

Save your animation file in the animation folder and name it: item/<characterName>_<AnimationSlotName>.
An animation slot name either refers to the name the animation will get in the engine when assigning it to a character it's Animation Waterfall or it's Visual Default Animations

For more information on:
An Animation Set: Animation_set_resource_panel
Visual Default Animations: Visual_resource_panel

Confirming the structure

To make sure that you're file structure is correct open the base file

Editor Resources

Animation Resource

Animation Set

My First Item Animation

-My First Door

-My First Container

-My First Lever

My First Character Animation

-My First Run Animation:

-My First Attack Animation:

-My First Hit Animation:

-My First Skill Animation: