OpenColorIO
OpenColorIO copied to clipboard
BuiltinTransform and Config Registry Get() return types
It was noticed that BuiltinTransformRegistry::Get() and BuiltinConfigRegistry::Get() are both similar looking methods but the former return a shared pointer while the latter a reference. Should we try to have both of them returning a shared pointer for example to make the API more consistent?