Skip to content

Commit

Permalink
Updated version and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Sep 19, 2016
1 parent e944685 commit 3d4c65a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
0.28.2.0
========

UI
--

- Fixed incorrect re-use of widgets when swapping plugs with the same name.

Scene
-----

- Fixed context scoping issue during renders.

Arnold
------

- Added curve min_pixel_width and mode attributes.
- Shaders are now re-loadable, and will automatically reload during script load.

Cortex
------

- Fixed incorrect re-use of plugs when swapping parameters with the same name.

API
---

- SceneAlgo
- Fixed context used by `sets()` function.
- RendererAlgo (preview)
- Fixed context used by `RenderSets` class.
- ArnoldShader
- Added keepExistingValue argument to `loadShader()`.
- Added `loadShader()` to serialisation.
- Reusing existing plugs wherever possible.
- CompoundParameterHandler
- Match by parameter object instead of name.
- CompoundPlugValueWidget
- Match by plug object instead of name.

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

gafferMilestoneVersion = 0 # for announcing major milestones - may contain all of the below
gafferMajorVersion = 28 # 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 3d4c65a

Please sign in to comment.