Open EsmeraldaQuintero opened 4 years ago
Did you make sure your compiled .ofx
file is in the proper place, and in the proper bundle format? See http://openeffects.org/documentation/reference/ch02s02.html
Perhaps Resolve has some kind of log file you can examine as well.
Thank you! I will find where is the log file.
In other hand I tried with the next https://github.com/ofxa/openfx/tree/master/Support/Plugins
and only the noise and retimer were compiled successful and detected by DaVinci Resolve... but I should research more about it :)
How should I compile the OpenFX example plugin for DaVinci Resolve?
I'm compiling the next source code: https://github.com/ofxa/openfx/tree/master/Documentation/sources/Guide/Code
I'm using
Developer Command Prompt for VS2015
and theINCLUDE=<repo_path>\include
environment variable. It compiles but is not loaded by DaVinci Resolve. I already try with other plugin binaries and they works (I don't compile them, I download them).I want to develop my own plugin so I need to learn how to compile a simple plugin for an Video Editing Application like DaVinci Resolve. I'm missing something?