Skip to content

Releases: Toolchefs/atomsGaffer

AtomsGaffer 0.5.0

09 Feb 16:59
1ebc073
Compare
Choose a tag to compare

Build

  • Gaffer 1.3 compatibility (#53)
  • Atoms 6 compatibility (#53)
  • OpenEXR 3 compatibility (#53)

AtomsGaffer 0.4.1

17 Feb 19:38
2c7dba8
Compare
Choose a tag to compare

Fixes

  • AtomsCrowdGenerator: Fix clashing agent variation names (#51, #16)

AtomsGaffer 0.4.0

23 Sep 03:29
422537b
Compare
Choose a tag to compare

Build

  • Requires c++14
  • Requires Atoms 4
  • Python 3 Support

AtomsGaffer 0.3.0

23 Jun 21:12
a873c47
Compare
Choose a tag to compare

Build

  • Gaffer 0.60 Compatibility (#49)

    Note this release requires Gaffer 0.59.8.0 at a minimum

AtomsGaffer 0.2.0

11 Dec 23:22
6218c47
Compare
Choose a tag to compare

Improvements

  • AtomsCrowdReader, AtomsVariationReader, AtomsCrowdGenerator : Improved performance by computing filenames rather than hashing the plugs.

Fixes

  • AtomsCrowdGenerator & AtomsCrowdClothReader : Fixed plug dependency issues required for Gaffer 0.58+

AtomsGaffer 0.1.1

07 Jan 00:27
78ce226
Compare
Choose a tag to compare

Build

  • Enable cmake verbosity by default.
  • The CXX std must now be specified in the build args (eg -DCMAKE_CXX_FLAGS='-std=c++11').
  • Added MAYA_MAJOR_VERSION arg (only used if ATOMS_MAYA_ROOT is specified).
  • Using -isystem for upstream includes.

AtomsGaffer 0.1.0

23 Aug 16:38
15fc54a
Compare
Choose a tag to compare
AtomsGaffer 0.1.0 Pre-release
Pre-release

Improvements

  • AtomsCrowdReader : Define a Standard compute policy for the internal Engine plug (#36, #38).
  • AtomsVariationReader : Define a Standard compute policy for the internal Engine plug (#36, #38).

Requirements

  • Requires Gaffer 0.54

AtomsGaffer 0.0.3

05 Apr 20:11
5a8f9df
Compare
Choose a tag to compare
AtomsGaffer 0.0.3 Pre-release
Pre-release

Features

  • AtomsVariationReader : Added support for the Atoms 3 mesh format. This includes support for non-identity transforms, sets, custom attributes, and custom primitive variables (#9).
  • AtomsCrowdGenerator : Updated to support non-identity transforms (#9).

Fixes

  • AtomsCrowdReader : Fixed memory leak in the underlying EngineData (#9).
  • AtomsVariationReader (#9) :
    • Fixed memory leak in the underlying EngineData.
    • Fixed children with names containing special separation characters.
    • Fixed loading of uv indices.
    • Removed duplicate "map1" uv set.

Build

  • Added option to link to the AtomsProcedural. This is useful, for example, to build AtomsGaffer for use inside Maya along with AtomsMaya (#8).

AtomsGaffer 0.0.2

31 Jan 19:21
679a119
Compare
Choose a tag to compare
AtomsGaffer 0.0.2 Pre-release
Pre-release

Improvements

  • Allow subclassing AtomsGaffer nodes via Python.

AtomsGaffer 0.0.1

20 Dec 22:48
9831868
Compare
Choose a tag to compare
AtomsGaffer 0.0.1 Pre-release
Pre-release

Fixes

  • Fixed bug with Local background renders (eg gaffer execute)