Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aresdevo/animaide
AnimAide is a free add-on for Blender that has some helpful tools for animation.
https://github.com/aresdevo/animaide
animation blender-addon blender-plugin blender3d
Last synced: 2 months ago
JSON representation
AnimAide is a free add-on for Blender that has some helpful tools for animation.
- Host: GitHub
- URL: https://github.com/aresdevo/animaide
- Owner: aresdevo
- Created: 2019-05-05T20:55:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T20:24:47.000Z (7 months ago)
- Last Synced: 2024-08-03T09:01:35.845Z (6 months ago)
- Topics: animation, blender-addon, blender-plugin, blender3d
- Language: Python
- Homepage:
- Size: 94.4 MB
- Stars: 714
- Watchers: 41
- Forks: 62
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
----- I'm in touch with Blender developers to bring this tools to core Blender ------
>## Development no longer active
>
> I started this project as a learning experience. I'm an animator wanting to learn how to code,
> and while fun it takes a lot of time.
>
> Blender is transitioning to a more robust animation module, which is great but most likely will
> break AnimAide. Life is getting in the way of me continuing to develop the addon at this time,
> so I ask if anybody would be willing to fork it and continue the journey for the Blender
> community. I'm sure a real coder would make AnimAide even better.
>
> There is a list of forks but most of them are of old code and don't know if they are maintained.
>
> If anybody wants to do it (and gives me the info) I will link it here so people know
> where to go.
>
> Thanks.
>
> Ares# Animaide
- *To get more information please refer to the [Manual](https://aresdevo.github.io/animaide/)*
In contrast to modeling, when animating there are not that many options to manipulate keys on an f-curve like you can
with the vertices on a geometry. That is where **AnimAide** comes in.There are some Blender options to manipulate keys, but **AnimAide** open the door to new possibilities. Not only has a
wider range of tools but when working with a group of f-curves each one will have their local space.This kind of tools is standard in the game and film industry.
**Animaide has three main panels:**
### curveTools
These panel gives you helpful tools to simultaneously manipulate keys across
multiple f-curves from either animated objects or animated bones in an armature.![local_space](https://aresdevo.github.io/animaide/images/local_space.gif)
![combining_tools](https://aresdevo.github.io/animaide/images/combining_tools.gif)### animOffset
With this tool you can modify any animated object, and the change will propagate to the animation range. It can be
filter by a mask. You can find the panel in all the animation editors, but the mask option just in the GraphEditor.![AnimOffset](https://aresdevo.github.io/animaide/images/anim_offset_basic.gif)
![AnimOffsetMask](https://github.com/aresdevo/animaide/blob/gh-pages/images/anim_offset_mask.gif)### KeyManager:
This toolbox mostly aims to speedup some tasks you already can do by adding extra options to some Blender Tools.
![Move Keys](https://aresdevo.github.io/animaide/images/move_keys.gif)
![insert Keys](https://aresdevo.github.io/animaide/images/insert_keys.gif)
![Key Type](https://aresdevo.github.io/animaide/images/key_type.gif)
![Handle type and selection](https://aresdevo.github.io/animaide/images/handle_type_and_selection.gif)
### 1.0.38 Release notes:**In General:**
- *Compatible with Blender 2.93 and up*
- Some settings were moved to the addon preferences. By being there your options will persist even after the Blender
session is over.
- A new group of tools called **KeyManager** has been added to its own panel.
- Some panels can now be moved to the animation views headers.
- Animaide menu has been organized better.
- Menus and panels are now smarter. Tools are available just where they make sense. That simplifies the interface.
**CurveTools:**
- Now Blend Shape fcruves can also be manipulated with this tools.
- A new "Default" tool has been added.
- A new "Infinite" tool has been added.
- The "Noise" has been renamed "Wave-Noise". It now adds a wave when sliding to the left.
- Tools are now grouped in the "expand" mode for ease of use.
- Overshoot option button is now available next to the curveTool.
- If keys are not selected the tools will act on the keys under the cursor.
- If auto-key is on most tools will add a keyframe if no key under the cursor and no key is selected.
- Time-Offset works with cycles now.**AnimOffset:**
- Panels can now be moved to the animation views headers to make them more accessible. On this version they
are in panels by default not to confuse the users, but in a future version will be on the headers by default.
- Interactive mask creation. New edit button appears after a mask has been created to make the process easier. The
new edit button is persistent
- AnimOffset is turned off automatically now if autokey is selected (because they can not be active at the same time).
- There is a new pie menu for AnimOffset on the Animaide menu.
**KeyManager:**
- This panel can be moved to the animation views headers to make it more accessible.
- Has three main sections:
- Move-insert:
- *Move* keys in time by a specified amount. If some keys are selected just those will be affected.
If non are selected the key under the cursor will.
- *Inset* frames between keys by a specified amount. If some keys are selected, frames will be inserted
between those. If non is selected frames will be inserted where the cursor is.
- Type:
Uses the colored Blender key types (Keyframe, Breakdown, Jitter, Extreme), and lets you "assign", "select",
"unselect" and "delete" them by type.
It also incorporates a Blender option that lets you select the key type that auto-key will use.
- Interpolation:Lets you quickly assign interpolation types to key handles, just like Blender does, but with the added benefit of
been able to assign it to every key in the selected object with the click of a button.
- When dealing with "Bezier" curves, it lets you select the left or right handles of every selected key to
easily interact with a group of handles at once.### Enjoy the addon :)
![animaide](https://aresdevo.github.io/animaide/images/animaide.jpg)