ported opacity node to external file format

The plan is to port all nodes that can be external to the external file format.
This should help keep things maintainable.
This commit is contained in:
itsmattkc
2019-12-15 02:51:28 +11:00
parent 845a197c99
commit 965519e9cf
11 changed files with 34 additions and 187 deletions
@@ -27,7 +27,6 @@
#include "common/qtversionabstraction.h"
#include "core.h"
#include "node/distort/transform/transform.h"
#include "node/color/opacity/opacity.h"
#include "node/input/media/audio/audio.h"
#include "node/input/media/video/video.h"
#include "widget/nodeview/nodeviewundo.h"