Skip to content

Commit

Permalink
Version bump 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrachinskiy committed Jan 15, 2020
1 parent 211fd13 commit 5c15675
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Commotion—Blender add-on for motion graphics.

Features:

* Copy and link animation between objects.
* Offset animation for number of objects using different sorting methods.
* Offset animation for multiple objects using different sorting methods.
* Works both with F-Curves and NLA strips.
* Copy and link animation between objects.
* Proximity Effector lets you change object properties by distance to other objects.
* Easily manage properties of absolute shape keys.

Expand All @@ -19,8 +19,8 @@ How to install
==========================

1. Download the add-on:<sup>1</sup>
* [**Blender 2.80** Commotion v2.1.0][v2_1_0]
* [**Blender 2.79** Commotion v1.7.3][v1_7_3]
* [**Blender 2.80** Commotion v2.1.1][v_latest]
* [**Blender 2.79** Commotion v1.7.3][v_legacy]
2. Open `Preferences``Add-ons` category.
3. Use `Install` to install add-on from downloaded zip archive.

Expand All @@ -31,8 +31,8 @@ How to install
==========================

1. Загрузите аддон:<sup>1</sup>
* [**Blender 2.80** Commotion v2.1.0][v2_1_0]
* [**Blender 2.79** Commotion v1.7.3][v1_7_3]
* [**Blender 2.80** Commotion v2.1.1][v_latest]
* [**Blender 2.79** Commotion v1.7.3][v_legacy]
2. Откройте `Preferences``Add-ons`.
3. Воспользуйтесь `Install` чтобы установить аддон из загруженного архива.

Expand All @@ -49,6 +49,6 @@ Contributing
* [Open new issue][new_issue], be sure to include Blender and add-on versions, and screenshot showing the error message.


[v2_1_0]: https://github.com/mrachinskiy/commotion/releases/download/v2.1.0/commotion-2_1_0.zip
[v1_7_3]: https://github.com/mrachinskiy/commotion/releases/download/v1.7.3/commotion-1_7_3.zip
[v_latest]: https://github.com/mrachinskiy/commotion/releases/download/v2.1.1/commotion-2_1_1.zip
[v_legacy]: https://github.com/mrachinskiy/commotion/releases/download/v1.7.3/commotion-1_7_3.zip
[new_issue]: https://github.com/mrachinskiy/commotion/issues/new
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
bl_info = {
"name": "Commotion",
"author": "Mikhail Rachinskiy",
"version": (2, 1, 0),
"version": (2, 1, 1),
"blender": (2, 80, 0),
"location": "3D View > Sidebar",
"description": "Animation offset tools for motion graphics.",
Expand Down

0 comments on commit 5c15675

Please sign in to comment.