Starting with version 0.59.0.0, Python 3.7 is officially supported by Gaffer (whoop!).
We've had to make a few changes here and there to support this, but every
Gaffer 0.59 includes some important changes to how Boxes are exported for use as References (.grf files).
We no longer reset the default values to those currently set on the node.
If
Gaffer 0.58.6.0 brings with it a host of improvements to the Spreadsheet node:
* Multi-editing.
* Copy & Paste of cell values, or rows between spreadsheets.
* Keyboard shortcuts.
To support these features,
It is common to prototype code in the Python Editor, and you may think to do this when you need write some code for an Expression. Beware, though they look deceptively similar, the
Gaffer 0.58 introduced a new Inspector in the Scene View. It allows you to quickly view - and in many cases - edit the selected location's shader parameters.
We attempted