|
Blender V4.3
|
#include <FN_field.hh>
Public Attributes | |
| VectorSet< const FieldInput * > | nodes |
| VectorSet< std::reference_wrapper< const FieldInput > > | deduplicated_nodes |
Keeps track of the inputs of a field.
Definition at line 313 of file FN_field.hh.
| VectorSet<std::reference_wrapper<const FieldInput> > blender::fn::FieldInputs::deduplicated_nodes |
Same as above but the inputs are deduplicated. For example, when there are two separate index input nodes, only one will show up in this list.
Definition at line 320 of file FN_field.hh.
| VectorSet<const FieldInput *> blender::fn::FieldInputs::nodes |
All #FieldInput nodes that a field (possibly indirectly) depends on.
Definition at line 315 of file FN_field.hh.