Skip to content

Gaffer 1.4.0.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@johnhaddon johnhaddon released this 12 Mar 10:51
· 1083 commits to main since this release

Fixes

  • Tractor : Fixed failure to import Tractor API [^1].
  • Cycles :
    • Fixed hangs and crashes when using non-default session modes such as SVM shading.
    • Fixed failure to render background light in batch renders (#5234).
    • Fixed failure to update when reverting a background shader to previous values.
  • GafferUI :
    • Fixed Color space 'sRGB' could not be found errors when running with certain custom OCIO configs (#5695).
    • Fixed icon colours when running with an ACES OCIO config.
  • DocumentationAlgo : Fixed generation of duplicate entries for aliased nodes in exportNodeReference() [^1].

Documentation

  • Node Reference : Removed duplicate entries for nodes that have been aliased by compatibility configs [^1].

Breaking Changes

  • CyclesOptions : Changed hairShape default value to "ribbon", to match Cycles' and Blender's own defaults.
  • Pointer :
    • Removed Pointer( const ImagePrimitive * ) constructor.
    • Removed image() method.

API

  • ImageGadget : Removed textureLoader() method.
  • Pointer : Added fileName() method.