Larry Gritz
Larry Gritz
# Master list of `testrender` feature requests We will use this issue to collect individual suggestions or feature requests for `testrender`. Some are larger projects that can be later forked...
Our CI doesn't actually build and test on Windows. This causes no end of despair. How hard can it be? You don't really need to know anything about OSL internals...
### Changes requested - [x] Imath should probably be in the "math foundations". - [x] Language Interop should not (maybe in software foundation?). - [ ] OpenRV should have a...
# Master list of testrender feature requests We will use this issue to collect individual suggestions or feature requests for testrender. Some are larger projects that can be later forked...
``` color C = 0.5; printf("C = %c\n", C); ``` works in single point mode, not in batch mode. Changing to `%g` works for both.