Blender V5.0
EvaluateClosureNodeViewerPathElem Struct Reference

#include <DNA_viewer_path_types.h>

Public Attributes

ViewerPathElem base
int32_t evaluate_node_id
int32_t source_output_node_id
struct bNodeTreesource_node_tree

Detailed Description

Definition at line 79 of file DNA_viewer_path_types.h.

Member Data Documentation

◆ base

ViewerPathElem EvaluateClosureNodeViewerPathElem::base

◆ evaluate_node_id

int32_t EvaluateClosureNodeViewerPathElem::evaluate_node_id

The identifier of the node that evaluates the closure.

Definition at line 83 of file DNA_viewer_path_types.h.

Referenced by blender::ed::viewer_path::viewer_path_elem_for_compute_context().

◆ source_node_tree

struct bNodeTree* EvaluateClosureNodeViewerPathElem::source_node_tree

The node tree that contains the closure zone that is evaluated.

Definition at line 87 of file DNA_viewer_path_types.h.

Referenced by blender::ed::viewer_path::viewer_path_elem_for_compute_context().

◆ source_output_node_id

int32_t EvaluateClosureNodeViewerPathElem::source_output_node_id

The identifier of the output node of the closure zone that is evaluated.

Definition at line 85 of file DNA_viewer_path_types.h.

Referenced by BKE_viewer_path_elem_copy(), BKE_viewer_path_elem_equal(), and blender::ed::viewer_path::viewer_path_elem_for_compute_context().


The documentation for this struct was generated from the following file: