Releases: Toolchefs/atomsGaffer
Releases · Toolchefs/atomsGaffer
AtomsGaffer 0.5.0
AtomsGaffer 0.4.1
AtomsGaffer 0.4.0
Build
- Requires c++14
- Requires Atoms 4
- Python 3 Support
AtomsGaffer 0.3.0
Build
- Gaffer 0.60 Compatibility (#49)
Note this release requires Gaffer 0.59.8.0 at a minimum
AtomsGaffer 0.2.0
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
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 ifATOMS_MAYA_ROOT
is specified). - Using
-isystem
for upstream includes.
AtomsGaffer 0.1.0
AtomsGaffer 0.0.3
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
Improvements
- Allow subclassing AtomsGaffer nodes via Python.
AtomsGaffer 0.0.1
Fixes
- Fixed bug with Local background renders (eg
gaffer execute
)