> For the complete documentation index, see [llms.txt](https://alixanimations.gitbook.io/alixanimations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alixanimations.gitbook.io/alixanimations/fundamentals/getting-set-up/your-first-animations.md).

# Your first Animations

{% hint style="danger" %}
You need the Addon, the file is found inside the zip you downloaded with the plugin inside
{% endhint %}

## 1. Import the addon

* Extract your .py inside the .zip
* Open Blender 2.8x or newer
* Go on Edit > Preferences > Add-ons
* Click on "Install" and open your .py

## 2. Create the animations

For creating an animations i cannot give you some "preset" or universal thing, you need to create your own, if you want to create one you can choose between this video, with this videos i made my first animation\
\
<https://youtu.be/a7qyW1G350g>\
<https://youtu.be/COwENnPwWJ8>

## 3. Export the animations

* Select the camera
* Click on File > Export > Exports AlixAnimations Camera
* Save it

## 3.1 Import By File

{% hint style="danger" %}
The name needs to be without space you can use all specials character but not spaces
{% endhint %}

* Go on plugins/AlixAnimations
* If you don't have the folder animations, create it
* then import the .animation file inside your folder

```yaml
  animation:
    strength: 30
    inOrOut: 1
    location:
      x: 0
      y: 0
      z: 0
      world: "world"
    startactions:
    endactions:
```

## 3.2 Import by Url

{% hint style="info" %}
Use something like [md5 paste](https://paste.md-5.net/), save it and then Click on "Just Text"\
and should look like something like this [https://paste.md-5.net/raw/](https://paste.md-5.net/raw/vivoxeyevo)uvomipiqrg
{% endhint %}

* Go on plugins/AlixAnimations
* Edit config.yml

```yaml
  test_url:
    url: ""
    strength: 30
    inOrOut: 1
    location:
      x: 0
      y: 0
      z: 0
      world: "world"
    startactions:
    endactions:

```

## 4. Reload

* inside the game do
* /alixanimations reload

**Done you completed and made Your First Animations, Now you can create Actions**

{% content-ref url="/pages/jKopyOzoQQaPjPVnONDg" %}
[Actions](/alixanimations/fundamentals/getting-set-up/actions.md)
{% endcontent-ref %}
