# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alixanimations.gitbook.io/alixanimations/fundamentals/getting-set-up/your-first-animations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
