Skip to content

Commit

Permalink
Bump version to 0.45.2.0 and update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Apr 7, 2018
1 parent 7d1b3c3 commit 4833a15
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
0.45.2.0
========

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

- ArnoldAttributes : Added support for "subdiv_uv_smoothing" Arnold parameter (#2538).
- OSLObject : Improved performance by removing unnecessary primitive variable resampling (#2523).
- BoxUI : Removed "Promote as Box.enabled" menu item. The regular "Promote to Box" menu
item should be used instead (#2528).

Fixes
-----

- SceneHierarchy : Fixed bug which caused the scene selection to be cleared
unnecessarily (#2525).
- SceneInspector (#2532) :
- Fixed selection bug in Globals->Sets section.
- Fixed graphical glitch in Globals->Sets section.
- Transform Tools : Fixed context management bug (#2524).
- FileMenu : Fixed premature exit when opening backup containing error (#2526, #2527).
- OpenGLShader : Fixed serialisation (#2529).
- Box : Fixed creation of Boxes around existing SceneNode graphs (#2530).
- SceneGadget : Fixed Python binding for `getScene()` (#2532).

API
---

- ShaderUI : Added `hideShaders()` function (#2533).

0.45.1.0
========

Expand Down
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ import subprocess

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

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

0 comments on commit 4833a15

Please sign in to comment.