Enable tcomposer to render scenes with plugin filters

This commit is contained in:
kusano 2016-03-23 20:37:22 +09:00
parent 9a7da85be2
commit 46ab69e306
2 changed files with 8 additions and 1 deletions

View file

@ -10,4 +10,5 @@ target_link_libraries(tcomposer
tnzstdfx
sound
image
colorfx)
colorfx
toonzqt)

View file

@ -66,6 +66,9 @@
#include "tvectorbrushstyle.h"
#include "tpalette.h"
// TnzQt includes
#include "toonzqt/pluginloader.h"
// Qt includes
#include <QApplication>
#include <QWaitCondition>
@ -798,6 +801,9 @@ int main(int argc, char *argv[])
factory.create(FarmControllerName, FarmControllerPort, &FarmController);
}
while (!PluginLoader::load_entries(""))
app.processEvents();
std::pair<int, int> framePair(1, 0);
try {