Appearance of nodes of the incorrect class in pipelines
Created by: Dreamlone
During compositing (searching for a pipelined structure), graphs (OptGraph class) are converted into pipelines (Pipeline class). Adapters are used for this purpose. At certain points in time, however, nodes that are specific to OptGraph, or Graph, appear in the Pipeline structure. We need to find out why this happens
Graphs and Pipelines consist of nodes peculiar to these classes, PrimaryNode and SecondaryNode for Pipeline, OptNode for OptGraph, GraphNode for Graph.
Check picture for more details:
Also in place of the field "name" in the content in the node with OptNode is inserted a string - the name of the operation. This too can be fixed.