Gaffer 1.1.0.0 #4881
johnhaddon
started this conversation in
General
Gaffer 1.1.0.0
#4881
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
Over
,Under
,Difference
andReplace
can be selected from a dropdown menu. A wipe can be positioned by dragging in the viewer, and toggled using W.Fixes
plugDirtiedSignal()
from ever being emitted again if an exception was thrown during parenting. This could cause the UI to stop updating..
characters are now excluded from the path entries. These were being inserted in some cases even when the user did not input one.API
Trackable::disconnectTrackedConnections()
method.ScopedConnection
move constructor and move assignment operator.setPostProcessShader()
. This allows the main layer to be rendered to a framebuffer, and processed by a shader before being displayed. Useful for applying color transforms on the GPU after rendering.OpenColorIOAlgo::displayTransformToFramebufferShader()
. Converts an OCIO processor to a shader suitable for use withsetPostProcessShader()
.rootAndNames()
method. This can be overridden to modify theroot
andnames
values as set bysetFromString()
.nativeString()
function to return the path as an OS-specific string./
or\
not followed by a drive letter are interpreted as UNC paths.joinEdges()
to support a wider range of widget types.Direction
enums from CDL, LookTransform and LUT in to a singleOpenColorIOTransform::Direction
enum.Breaking Changes
DisplayTransform
,UseGPU
,Clipping
,Exposure
,Gamma
. Instead useViewportGadget::setPostProcessShader()
to set up a GPU color transform, or set the plug values onImageView
.ScopedConnection
copy constructor and assignment operator. Use move construction and assignment instead.viewName
argument fromviewNames()
andviewNamesHash()
methods.0.95.0
(May 2014) and earlier. If necessary, resave affected files using a recent Gaffer version.This discussion was created from the release Gaffer 1.1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions