19 AllObjectsNodeBuilder(Main *bmain, Depsgraph *graph, DepsgraphBuilderCache *cache)
20 : DepsgraphNodeBuilder(bmain, graph, cache)
24 bool need_pull_base_into_graph(
const Base * )
override
32 AllObjectsRelationBuilder(Main *bmain, Depsgraph *graph, DepsgraphBuilderCache *cache)
33 : DepsgraphRelationBuilder(bmain, graph, cache)
37 bool need_pull_base_into_graph(
const Base * )
override
DepsgraphBuilderCache builder_cache_
std::unique_ptr< DepsgraphRelationBuilder > construct_relation_builder() override
AllObjectsBuilderPipeline(::Depsgraph *graph)
std::unique_ptr< DepsgraphNodeBuilder > construct_node_builder() override
ViewLayerBuilderPipeline(::Depsgraph *graph)