Skip to content

Commit 1f96e7e

Browse files
committed
Merge pull request #549 from cchampet/dev_updateDpxWriterPriority
Up dpx writer to v1.1
2 parents 86ed9ee + 4fefc78 commit 1f96e7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/image/io/Dpx/src/mainEntry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define OFXPLUGIN_VERSION_MAJOR 1
2-
#define OFXPLUGIN_VERSION_MINOR 0
2+
#define OFXPLUGIN_VERSION_MINOR 1
33

44
#include <tuttle/plugin/Plugin.hpp>
55
#include "writer/DPXWriterPluginFactory.hpp"

plugins/image/io/Dpx/src/writer/DPXWriterPluginFactory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ void DPXWriterPluginFactory::describe(OFX::ImageEffectDescriptor& desc)
3535

3636
// add supported extensions
3737
desc.addSupportedExtension("dpx");
38-
desc.setPluginEvaluation(90);
38+
desc.setPluginEvaluation(30);
3939

4040
// plugin flags
4141
desc.setRenderThreadSafety(OFX::eRenderFullySafe);

0 commit comments

Comments
 (0)