added full blending pipeline

This commit is contained in:
itsmattkc
2019-01-28 02:31:12 +11:00
parent 0522868076
commit d1ff026424
10 changed files with 373 additions and 104 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ void Effect::load(QXmlStreamReader& stream) {
for (int l=0;l<row->fieldCount();l++) {
if (row->field(l)->id == attr.value()) {
field_number = l;
qInfo() << "Found field by ID";
// qInfo() << "Found field by ID";
break;
}
}