openfx icon indicating copy to clipboard operation
openfx copied to clipboard

Fix spec and host support lib to return proper val for host type

Open garyo opened this issue 9 months ago • 0 comments

Image Effect Host objects must have OfxPropType with value "OfxTypeImageEffectHost" (== kOfxTypeImageEffectHost).

The host support lib was incorrectly returning the string "Host" here. Fixes #186.

garyo avatar May 06 '25 18:05 garyo