We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86ed9ee + 4fefc78 commit 1f96e7eCopy full SHA for 1f96e7e
plugins/image/io/Dpx/src/mainEntry.cpp
@@ -1,5 +1,5 @@
1
#define OFXPLUGIN_VERSION_MAJOR 1
2
-#define OFXPLUGIN_VERSION_MINOR 0
+#define OFXPLUGIN_VERSION_MINOR 1
3
4
#include <tuttle/plugin/Plugin.hpp>
5
#include "writer/DPXWriterPluginFactory.hpp"
plugins/image/io/Dpx/src/writer/DPXWriterPluginFactory.cpp
@@ -35,7 +35,7 @@ void DPXWriterPluginFactory::describe(OFX::ImageEffectDescriptor& desc)
35
36
// add supported extensions
37
desc.addSupportedExtension("dpx");
38
- desc.setPluginEvaluation(90);
+ desc.setPluginEvaluation(30);
39
40
// plugin flags
41
desc.setRenderThreadSafety(OFX::eRenderFullySafe);
0 commit comments