Greg Cotten

Results 115 comments of Greg Cotten

@compnerd that solved it. Windows is such a perplexing beast! So now the question: If I compile against this Windows 11 SDK, can I user running Windows 10 (without any...

I am hesitant to call this "fixed" only because I have absolutely no clue what happens if I target this newer SDK. Why wouldn't it just be installed by default...

The one at commit cc49426081 uploads fine. Should I still try the kext?

This is from the newest commit. This is what happens when I try to upload project0.bin after I compiled lm4flash with debug enabled and added libusb_set_debug(ctx, 3); ``` cli $...

.kext works great by the way! Now time to add this to the Readme!

```c++ /** @brief Indicates a plugin output does not depend on location or neighbours of a given pixel. If the plugin is with no spatial awareness, it will be executed...

> The criteria would seem to be: one input clip, at the current time (not multi-input, not temporal), where each output pixel's colour depends purely on [the parameters and] the...

I'm thinking this should be simplified into a string prop on the plugin descriptor: `OfxImageEffectPropRenderLUT` when set to "true", this indicates the plugin can participate in LUT generation, and on...

> Disagree, the plugin isn't rendering a LUT so this name on a plugin descriptor is confusing. I think it should be more specific, something like `kOfxImageEffectPropSupportsNonSpatialRender` or to save...