|
Blender V5.0
|
#include <NOD_geometry_nodes_closure_location.hh>
Public Attributes | |
| const bNodeTree * | tree |
| int | closure_output_node_id |
| ComputeContextHash | compute_context_hash |
| const ComputeContext * | compute_context = nullptr |
Definition at line 24 of file NOD_geometry_nodes_closure_location.hh.
| int blender::nodes::ClosureSourceLocation::closure_output_node_id |
Definition at line 30 of file NOD_geometry_nodes_closure_location.hh.
Referenced by blender::ed::space_node::compute_context_for_zone().
| const ComputeContext* blender::nodes::ClosureSourceLocation::compute_context = nullptr |
Optional actual compute context. If it is set, its hash should be the same as above.
Definition at line 33 of file NOD_geometry_nodes_closure_location.hh.
Referenced by blender::ed::space_node::compute_context_for_zone().
| ComputeContextHash blender::nodes::ClosureSourceLocation::compute_context_hash |
Definition at line 31 of file NOD_geometry_nodes_closure_location.hh.
Referenced by blender::ed::space_node::compute_context_for_zone().
| const bNodeTree* blender::nodes::ClosureSourceLocation::tree |
Tree where the closure is created. Note that this may be an original or evaluated tree, depending on where it is used.
Definition at line 29 of file NOD_geometry_nodes_closure_location.hh.
Referenced by blender::ed::space_node::compute_context_for_zone().