mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
Remove (obsolete) filters from ImageProcessingShader
This shader is now only for Color correction
This commit is contained in:
@@ -495,7 +495,6 @@ void SessionVisitor::visit(ImageProcessingShader &n)
|
||||
filter->SetAttribute("nbColors", n.nbColors);
|
||||
filter->SetAttribute("invert", n.invert);
|
||||
filter->SetAttribute("chromadelta", n.chromadelta);
|
||||
filter->SetAttribute("filter", n.filterid);
|
||||
xmlCurrent_->InsertEndChild(filter);
|
||||
|
||||
XMLElement *gamma = xmlDoc_->NewElement("gamma");
|
||||
|
||||
Reference in New Issue
Block a user