Skip to content

Commit

Permalink
Bump version to 0.48.1.0 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Aug 11, 2018
1 parent 1c4f4eb commit c86bcb8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions Changes
@@ -1,3 +1,32 @@
0.48.1.0
========

Features
--------

- CollectTransforms : Added a node for collecting transforms from different
contexts and storing them as attributes (#2708).
- CollectPrimitiveVariables Added a node for collecting primitive variables
from different contexts (#2708).
- PrimitiveVariableExists : Added utility node for querying the existence
of a primitive variable (#2708).

Improvements
------------

- ArnoldLight : Improved performance (#2718).
- SceneInspector : Added tooltips with the unabbreviated name of the item
being inspected (#2722).

Fixes
-----

- Expression : Fixed threading bug in UI error handling (#2652, #2723).
- ColorProcessor/Shuffle : Fixed bugs caused by attempted computation of non-existent
upstream channels (#2701, #2731).
- Light : Fixed bounds computation (#2725).
- AnimationGadget : Fixes crash caused by dragging keys on adjacent frames (#2720).

0.48.0.0
========

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Expand Up @@ -52,7 +52,7 @@ import subprocess

gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 48 # backwards-incompatible changes
gafferMinorVersion = 0 # new backwards-compatible features
gafferMinorVersion = 1 # new backwards-compatible features
gafferPatchVersion = 0 # bug fixes

# All of the following must be considered when determining
Expand Down

0 comments on commit c86bcb8

Please sign in to comment.