1.0.5.1
Fixes
GafferImage : Fixed
Context has no variable named "image:viewName"
errors. Ifimage:viewName
is not provided by a context, GafferImage automatically falls back to a value ofdefault
.
API
GUI config : Stopped adding an
image:viewName
variable toScript.variables
. This was an attempt to provide fallbacks for legacy code that didn’t provide theimage:viewName
context variable, but it was only partially effective. It is unnecessary now that GafferImage has internal fallbacks instead.