|
Blender V5.0
|
#include <DNA_viewer_path_types.h>
Public Attributes | |
| ViewerPathElem | base |
| int32_t | evaluate_node_id |
| int32_t | source_output_node_id |
| struct bNodeTree * | source_node_tree |
Definition at line 79 of file DNA_viewer_path_types.h.
| ViewerPathElem EvaluateClosureNodeViewerPathElem::base |
Definition at line 80 of file DNA_viewer_path_types.h.
Referenced by blender::ed::viewer_path::viewer_path_elem_for_compute_context().
| 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().
| 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().
| 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().