Releases: hypothetical-inc/gaffer
Gaffer Windows 0.61.1.2-beta
This is a bugfix release addressing a couple long-standing file browsing bugs and fixing a regression introduced in 0.61.1.1-beta.
- Browsing UNC paths in a file dialog is now supported.
- Fixed regression where scene paths chosen from a path widget or dialog would leave out the leading slash.
- Showing / hiding hidden files are now supported on Windows.
Gaffer Windows 0.61.1.1-beta
This release updates to the Gaffer HQ 0.61.1.1 release.
Gaffer Windows 0.60.7.0-beta
This release updates to the Gaffer HQ release 0.60.7.0.
Gaffer Windows 0.60.0.0-beta
This release brings this Gaffer Windows fork up to date with Gaffer HQ release 0.60.0.0. It also includes the following Windows specific improvements:
- Spaces in paths in GAFFER_EXTENSION_PATHS now work correctly.
- Getting the file list in file browsers is now significantly faster.
Gaffer Windows 0.59.6.0-beta
This release corresponds to HQ release 0.59.6.0. In addition to the updates from HQ, it has now moved to Python 3!
Gaffer Windows 0.59.4.0-beta
This updates the Gaffer Windows build to GafferHQ version 0.59.4.0. Windows specific changes include:
- Support all apps, including
browser
andview
which had been suffering from broken symlinks. Thanks @boberfly for flagging this. - Removed Appleseed entirely due to failing upstream (Appleseed itself, not GafferAppleseed) builds on Windows.
Gaffer Windows 0.59.0.0-beta
This updates the Windows Gaffer build to GafferHQ version 0.59.0.0. In addition to the changes introduced in versions 0.58.x and 0.59.0.0, the following changes are made to the Windows-specific build:
- Added support for the stats app.
- Added support for launching the debugger. Set the GAFFER_DEBUG environment variable to any value and the GAFFER_DEBUGGER environment variable to the path, including the
devenv
command, of your Visual Studiodevenv
installation. - Fixed the UI for the integer array (VectorDataPlugValueWidget) which was preventing the user from editing values.
- Fixed running AppleseedTest, StatsApplicationTest and SystemCommandTest. This only fixes Python imports, not the passing of the tests.
- Disabled Jemalloc by default. It appears Jemalloc versions prior to 5.2.1 (which includes the version Gaffer currently uses) have questionable reliability on Windows. Other DCC packages like Houdini for example, only use Jemalloc on Linux. This can be changed by setting
GAFFER_JEMALLOC
to 1 in thegaffer.bat
file if you would like to experiment with using Jemalloc.
Gaffer Windows 0.57.3.2-beta
This is a bug fix release to update the supported Arnold version to 6.0.1. The only changes are to the dependencies, so the Gaffer release is from branch 0.57.3.0, just bug fix versioned up to 0.57.3.2 to indicate a new release.
Gaffer Windows 0.57.3.1-beta
This is a bug fix release to fix loading USD scenes. The only changes are to the dependencies, so the Gaffer release is from branch 0.57.3.0, just bug fix versioned up to 0.57.3.1 to indicate a new release.
Gaffer Windows 0.57.3.0-beta
This release updates Gaffer for Windows to GafferHQ version 0.57.3.0
- Updated Arnold compatibility to Arnold 6.0.1
- Cleaned up extraneous output to the command line window which helps see Gaffer generated warning, errors and info
- Support spaces in the path where Gaffer is installed