Skip to content

Commit

Permalink
bumped version and updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Jul 18, 2013
1 parent 2fb59ff commit e804609
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
0.70.0
======

* Added Ganging for CompoundNumericPlugs (#402)
* Added menu item for loading renderman shaders from file (#125)
* Added color ramp editing support (#286)
* Added spline parameter support to RenderManShader::loadShader()
* Added shader annotations for passing default values to RenderManShader splines
* Added dividers in the NodeEditor, available to RenderMan shaders via the annotation "parameterName.divider" (#288)
* Added API for undo merging.
* Added ScriptNode::undoAddedSignal() (#103)
* Fixed hiding of Menu when using the search box
* Fixed tab focus ordering in NodeEditor (#107)
* Improved GadgetWidget focus behaviour (#119)
* Fixed redundant CompoundNumericPlug serialisation (#2)
* Fixed scrubbing of values for IntPlugs
* Fixed size issues caused by TabbedContainer size policy (Settings and About window)
* Fixed bug in Random::affects()
* Fixed multiple undo entries in virtual sliders, cursor up/down nudging, color choser, and ramps (#400)
* Fixed Ctrl+C copy shortcut in non-editable MultiLineTextWidgets
* Hid Shader enabled plug in the UI (#398)

0.69.1
======

Expand Down
4 changes: 2 additions & 2 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ env = Environment(
options = options,

GAFFER_MAJOR_VERSION = "0",
GAFFER_MINOR_VERSION = "69",
GAFFER_PATCH_VERSION = "1",
GAFFER_MINOR_VERSION = "70",
GAFFER_PATCH_VERSION = "0",

)

Expand Down

0 comments on commit e804609

Please sign in to comment.