Gaffer 0.62.0.0 alpha 1 #4601
johnhaddon
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Improvements
ramp_rgb
andramp_float
. The OSLColorSpline
andFloatSpline
shaders should be used instead.Fixes
typeName()
, which was omitting theGaffer::
prefix.API
boost::signals
library.boost::signals::detail::unusable
as a substitute for thevoid
return type in the Signal bindings. Custom SlotCallers may now use a standardvoid
return type.CatchingCombiner
so that exceptions in one slot will not interfere with calls to other slots :mightForceMonitoring()
andforceMonitoring()
in order to ensure the monitored processes always run, instead of being skipped when they are cached.hashCacheTotalUsage()
function.versionString()
function.Breaking Changes
boost::signals
withGaffer::Signals
. These are largely source-compatible, with the following changes :snake_case
naming has been replaced withCamelCase
.connectFront()
to connect in front of existing slots.setBlocked()/getBlocked()
accessors, rather thanblock()/unblock()/blocked()
methods.Gaffer/BlockedConnection.h
header file. BlockedConnection can now be found in the Signals namespace provided byGaffer/Signals.h
.Gaffer/CatchingSignalCombiner.h
header file. CatchingSignalCombiner can now be found asSignals::CatchingCombiner
inGaffer/Signals.h
.Gaffer.Signals
submodule.scoped
argument toSignal.connect()
. Passscoped = True
to maintain the previous behaviour, or consider using an unscoped connection.RenderRequestSignal
type. Use the identicalUnarySignal
instead.boost::optional
withstd::optional
.contextEntry
plug toseedVariable
. Old.gfr
files will be converted automatically on loading.historyIDContextName()
function.history()
no longer uses an ID in the context to ensure fresh evaluations, it instead usesMonitor::forceMonitoring()
to temporarily disable caching.Build
This discussion was created from the release Gaffer 0.62.0.0 alpha 1.
Beta Was this translation helpful? Give feedback.
All reactions