From 18c854c9fe23a9656639e246a0d073c2035ee489 Mon Sep 17 00:00:00 2001 From: krathjen Date: Wed, 28 Feb 2018 20:26:24 +1100 Subject: [PATCH] Update Maya versions and GitHub forking workflow --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 063649c0..3f3afa3a 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,6 @@ Studio Library is a free python script for managing poses and animation in Maya. * https://github.com/krathjen/studiolibrary -### What's changed? - -* Only supports Maya 2017 and Maya 2018 -* Animation items created before version 1.5.x (mid-2014) are not supported -* Creating and switching between libraries from the UI is no longer supported - - ### Features * Save poses and animation @@ -23,18 +16,16 @@ Studio Library is a free python script for managing poses and animation in Maya. * LMB drag and drop to organize items * Insert, merge and replace animation * Supports Windows, Linux and OSX -* Supports Maya 2017 and Maya 2018 +* Supports Maya 2016, 2017 and 2018 ### Contributing Whether it's reporting bugs, discussing ideas or committing code: Contributions to Studio Library are welcome! -* [Branch naming style](https://stackoverflow.com/questions/273695/git-branch-naming-best-practices) - * [Commit messages style](https://github.com/erlang/otp/wiki/Writing-good-commit-messages) -* Please follow the same workflow as the "[GitHub flow](https://guides.github.com/introduction/flow/index.html)". +* Please follow the same workflow as "[GitHub Forking Workflow](https://gist.github.com/Chaser324/ce0505fbed06b947d962)". * Please follow the same coding style as the "[Python Qt Style Guidelines](http://bitesofcode.blogspot.co.uk/2011/10/pyqt-coding-style-guidelines.html)".