|
Blender
V3.3
|
#include <pipeline_compositor.h>
Public Member Functions | |
| CompositorBuilderPipeline (::Depsgraph *graph, bNodeTree *nodetree) | |
Public Member Functions inherited from blender::deg::AbstractBuilderPipeline | |
| AbstractBuilderPipeline (::Depsgraph *graph) | |
| virtual | ~AbstractBuilderPipeline ()=default |
| void | build () |
Protected Member Functions | |
| virtual void | build_nodes (DepsgraphNodeBuilder &node_builder) override |
| virtual void | build_relations (DepsgraphRelationBuilder &relation_builder) override |
Protected Member Functions inherited from blender::deg::AbstractBuilderPipeline | |
| virtual unique_ptr< DepsgraphNodeBuilder > | construct_node_builder () |
| virtual unique_ptr< DepsgraphRelationBuilder > | construct_relation_builder () |
| virtual void | build_step_sanity_check () |
| void | build_step_nodes () |
| void | build_step_relations () |
| void | build_step_finalize () |
Additional Inherited Members | |
Protected Attributes inherited from blender::deg::AbstractBuilderPipeline | |
| Depsgraph * | deg_graph_ |
| Main * | bmain_ |
| Scene * | scene_ |
| ViewLayer * | view_layer_ |
| DepsgraphBuilderCache | builder_cache_ |
Definition at line 16 of file pipeline_compositor.h.
| blender::deg::CompositorBuilderPipeline::CompositorBuilderPipeline | ( | ::Depsgraph * | graph, |
| bNodeTree * | nodetree | ||
| ) |
Definition at line 12 of file pipeline_compositor.cc.
References blender::deg::AbstractBuilderPipeline::deg_graph_, and blender::deg::Depsgraph::is_render_pipeline_depsgraph.
|
overrideprotectedvirtual |
Implements blender::deg::AbstractBuilderPipeline.
Definition at line 18 of file pipeline_compositor.cc.
References blender::deg::DepsgraphNodeBuilder::build_nodetree(), blender::deg::DepsgraphNodeBuilder::build_scene_render(), blender::deg::AbstractBuilderPipeline::scene_, and blender::deg::AbstractBuilderPipeline::view_layer_.
|
overrideprotectedvirtual |
Implements blender::deg::AbstractBuilderPipeline.
Definition at line 24 of file pipeline_compositor.cc.
References blender::deg::DepsgraphRelationBuilder::build_nodetree(), blender::deg::DepsgraphRelationBuilder::build_scene_render(), blender::deg::AbstractBuilderPipeline::scene_, and blender::deg::AbstractBuilderPipeline::view_layer_.