Just checked, it looks like the OneAPI dynamic library just exposes six functions with C linking? That seems like it should be very simple to dynamically load at runtime. I don't have hardware to…
Would it be possible to use dlopen
or similar to load the OneAPI library at runtime?
Hm, true. I'll put something together tomorrow, I think getting it into 4.2 is very doable.
Do we even need a separate script/executable? We could just build the zstd binary as part of the precompiled libraries and invoke that.
I think requiring the zstd binary as a build dependency…
Hm, that zstd result seems strange to me.
I just downloaded 4.3.0 nightly for Linux and checked, and I get:
- Uncompressed: 391MB
- zstd, default: 104MB
- zstd level 19: 70MB
- lzma…
Update:
- Fix property capitalization
- Add preset support
- Add presets for all CIE illuminants
- Improve comments
- Support
prop_data_path
inUI_OT_eyedropper_color
- Add eyedropper…
The restriction in range is intentional, +-150 tint (technically +- 0.05 delta_uv, but that's the same) is the official CIE threshold for whether expressing a color as a temperature is meaningful.…
Okay, I got the color picking inversion working, and it changes the existing code enough that updating this PR makes more sense than creating a follow-up.
Panel names are also changed.
@blend…
Turns out that OCIO expects row-major matrices, so a transpose was missing. Output matches now.
Right, I had skipped it for the initial PR since it probably would have been outdated by the end. I'll add it now.