Date
1 - 2 of 2
Review: removed config.getEditableColorSpace
Jeremy Selan <jeremy...@...>
This checkin removed config.getEditableColorSpace(...). Users should
use the existing getColorSpace, and addColorSpace as replacements. getEditableColorSpace has always been a wart on the OCIO API, as this is the only function that lets you manipulate the contents of a configuration behind its back (not using a "set" calls). Removing this function now lets us perform internal caching with 100%, where all changes (such as addColorSpace) will clear caches as appropriate. Commits: 03301d29018 -- Jeremy
|
|
Malcolm Humphreys <malcolmh...@...>
LGTM
On 22 Dec, 2010,at 09:26 AM, Jeremy Selan <jere...@...> wrote:
|
|