OpenColorIO icon indicating copy to clipboard operation
OpenColorIO copied to clipboard

BuiltinTransform and Config Registry Get() return types

Open remia opened this issue 7 months ago • 0 comments

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?

remia avatar May 05 '25 19:05 remia