removed opacity node

This node has been superseded by the math node since it essentially functions
as a multiply.
This commit is contained in:
itsmattkc
2020-04-20 17:48:35 +10:00
parent 1474a505ee
commit cb14af326c
4 changed files with 0 additions and 44 deletions
-1
View File
@@ -48,7 +48,6 @@ void NodeFactory::Initialize()
}
library_.append(new ExternalNode(":/shaders/blur.xml"));
library_.append(new ExternalNode(":/shaders/opacity.xml"));
library_.append(new ExternalNode(":/shaders/solid.xml"));
library_.append(new ExternalNode(":/shaders/stroke.xml"));
library_.append(new ExternalNode(":/shaders/alphaover.xml"));