jreichel-nvidia
jreichel-nvidia
This is caused by new code setting the colorspace in `exrinput.cpp:400`, which triggers OCIO initialization via `OIIO::ColorConfig::default_colorconfig()`. So this is a one-time cost and calling this method upfront (or doing...
About build times: this is why we added caching for vcpkg artefacts. The build time of ~1h in your commit occurs when there are no cache hits (probably because the...
@jstone-lucasfilm About new developers: The cache is not per account, but per project and shared between MRs. Each CI run should face the same risk of an outdated cache. But...
@jstone-lucasfilm Right, I forgot about forks. Their cache is empty on the very first MR. I guess that means disabling the feature for now, and enabling it only later in...
- I can only recommend to keep the vcpkg cache. Even if vcpkg is only used in nightly builds, devs will have to test changes for that mode and a...