0.33.1.0

Improvements

  • ArnoldOptions : Added “ai:parallel_node_init” (#2062).

    • This defaults off to match Arnold’s default, but it may be beneficial to turn on in many cases. Note that it is not safe to use with Cryptomatte currently.

  • Stats App (#2059) :

    • Added parameter to allow storing stats in a file.

    • Added parameter to optionally supress the node summary.

    • Sorted args alphabetically for consistency of output.

  • CompoundDataPlug : Added support for InternedStringVectorData (#2065)

  • Dispatcher : Improve batching of no-ops such as TaskList (#2064)

  • GafferDispatchTest : Added DebugDispatcher (#2064)

  • Documentation : Added metadata reference (#2063)

Fixes

  • SetExpressions : Support ‘:’ in names of sets and objects (#2070)

  • EventLoop : Specify application name as “Gaffer” (#2071)

  • FilterPlugValueWidget : Remove unnecessary node placement code (#2074)

Build

  • Using C++03 ABI with GCC 5.1 and greater (#2069)

  • Fixed gcc 4.1 compilation issues (#2057)