Skip to content

Commit

Permalink
Added notes for Release 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mischakolbe authored Aug 3, 2020
1 parent a328ad5 commit 6a64913
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@ Changes
==============================================================================


Release 2.1.5
********************

Features added
--------------------
* Added getattr, attr and set methods to NcList class. > node_calculator/issues/93
* Added trigonometry operators: > node_calculator/issues/94
* Thanks for the basic idea, Chad Vernon! https://www.chadvernon.com/blog/trig-maya/
* sin
* cos
* tan
* asin
* acos
* atan
* atan2

Bugs fixed
--------------------
* Fixed MPlug retrieval of indexed AND aliased attrs (such as blendshape target weights) > node_calculator/issues/91
* Including foster children in MPlug search (such as ramp_node.colorEntryList[0].colorR) > node_calculator/issues/92


Release 2.1.4
********************

Expand Down

0 comments on commit 6a64913

Please sign in to comment.