You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Processor cache in the Config object tries to be smart and detect which context variables changed which might invalidate cached results. Unfortunately it currently misses changes to the cccid setting of a FileTransform (which is allowed to be a context variable).
An example is in the unit tests from PR #1696, see OCIOArchiveTest.py line 284.
The work-around is to use setProcessorCacheFlags to turn off the caching.
The text was updated successfully, but these errors were encountered:
The Processor cache in the Config object tries to be smart and detect which context variables changed which might invalidate cached results. Unfortunately it currently misses changes to the cccid setting of a FileTransform (which is allowed to be a context variable).
An example is in the unit tests from PR #1696, see OCIOArchiveTest.py line 284.
The work-around is to use setProcessorCacheFlags to turn off the caching.
The text was updated successfully, but these errors were encountered: