openfx
openfx copied to clipboard
OpenFX effects API
This is a generic version of an extension which has been used internally at Boris FX, implementing #102. A set of five properties describe the OCIO setup of the host:...
This pull request adds the new Bytes property type to the ofxParam.h header, and adds sample code to the existing example for the Custom parameter type. Feature Issue #145
# Open Effects Proposal for Standard Change Please read the contribution [guidelines](https://github.com/ofxa/openfx/wiki/Extending-OpenFX-Guidelines#submit-a-proposal-or-bug-report-to-review) first. ## Standard Change Workflow - [X] Create proposal as issue (you're doing this now!) - [X] Tag...
# Open Effects Proposal for Standard Change Please read the contribution [guidelines](https://github.com/ofxa/openfx/wiki/Extending-OpenFX-Guidelines#submit-a-proposal-or-bug-report-to-review) first. ## Standard Change Workflow - [x] Create proposal as issue (you're doing this now!) - [x] Tag...
As part of skimming too many options... Deprecate: kOfxParamHostPropSupportsBooleanAnimation Since every hosts now support this (to my knowledge) We should move this to oldOFX,h This then does not break anyone...
## Standard Change Workflow - [x ] Create proposal as issue (you're doing this now!) - [x ] Tag this issue with `standard change` tag ## Summary After we release...
# Open Effects Proposal for Standard Change Please read the contribution [guidelines](https://github.com/ofxa/openfx/wiki/Extending-OpenFX-Guidelines#submit-a-proposal-or-bug-report-to-review) first. ## Standard Change Workflow - [ X] Create proposal as issue (you're doing this now!) - [X...
Update the MultiThread suite to V2. Request is to clean up suites that have ambiguities in terms of what is implemented. All mutext calls in V2 are removed. Plug-in would...