-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 1.5: add-on updater, code refactor
- Add-on auto updater - Strict class naming for 2.8 compatibility - Split operators module into multiple modules - Move add-on preferences into it's own module
- Loading branch information
1 parent
e46270e
commit 9181c22
Showing
12 changed files
with
3,130 additions
and
932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,35 @@ | ||
Commotion Blender Add-on | ||
======================== | ||
|
||
Commotion—is a Blender add-on for motion graphics, made specifically for easy handling Shape Keys, F-Curves, NLA strips, Drivers and object relations between number of objects, in order to easily create awesome motion graphics. | ||
|
||
#### Watch: | ||
* [Demo] | ||
* [Tutorial] | ||
* [Overview: Update 1.4] | ||
Watch: | ||
|
||
* [Demo][2] | ||
* [Tutorial][3] | ||
* [Update 1.4 Overview][4] | ||
|
||
|
||
How to install | ||
-------------------------- | ||
========================== | ||
|
||
1. Blender 2.77 is a minimum required version. | ||
2. [Download][addon] the add-on. | ||
1. Blender 2.74 or newer is required to install the add-on. | ||
2. [Download the add-on.][1]<sup>1</sup> | ||
3. Go to Blender `User Preferences` → `Add-ons` category. | ||
4. Use `Install from File…` to install add-on from downloaded zip archive. | ||
4. Use `Install Add-on from File` to install add-on from downloaded zip archive. | ||
|
||
Note for mac users: | ||
|
||
* Safari browser will automatically unpack downloaded zip archive, so in order to install the add-on, you have to pack folder with add-on files back into zip archive. Or use a different browser to download add-on. | ||
<sup>1</sup> Note for mac users: Safari browser will automatically unpack downloaded zip archive, so in order to install the add-on, you have to pack folder with add-on files back into zip archive. Or use a different browser to download add-on. | ||
|
||
|
||
Установка | ||
-------------------------- | ||
========================== | ||
|
||
1. Blender 2.77 минимально требуемая версия. | ||
2. [Загрузите][addon] аддон. | ||
1. Для установки аддона требуется Blender 2.74 или новее. | ||
2. [Загрузите аддон.][1]<sup>1</sup> | ||
3. Зайдите в настройки Blender `User Preferences` → `Add-ons`. | ||
4. Воспользуйтесь `Install from File…` чтобы установить аддон из загруженного архива. | ||
|
||
Примечание для пользователей mac: | ||
4. Воспользуйтесь `Install Add-on from File` чтобы установить аддон из загруженного архива. | ||
|
||
* Браузер Safari автоматически распаковывает скачиваемые zip архивы, поэтому, чтобы установить аддон, необходимо запаковать директорию с файлами аддона обратно в zip архив. Или используйте другой браузер для скачивания аддона. | ||
<sup>1</sup> Примечание для пользователей mac: браузер Safari автоматически распаковывает скачиваемые zip архивы, поэтому, чтобы установить аддон, необходимо запаковать папку с файлами аддона обратно в zip архив. Или используйте другой браузер для скачивания аддона. | ||
|
||
|
||
[addon]: https://github.com/mrachinskiy/commotion/archive/master.zip | ||
[Demo]: http://youtu.be/gLj4PvHbm4s | ||
[Tutorial]: http://youtu.be/qbJMTOUdxRY | ||
[Overview: Update 1.4]: https://youtu.be/YNtaR00sA40 | ||
[1]: https://github.com/mrachinskiy/commotion/archive/master.zip | ||
[2]: http://youtu.be/gLj4PvHbm4s | ||
[3]: http://youtu.be/qbJMTOUdxRY | ||
[4]: https://youtu.be/YNtaR00sA40 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.