|
Blender V4.3
|
#include <GEO_realize_instances.hh>
Public Attributes | |
| IndexMask | selection |
| VArray< int > | depths |
Static Public Attributes | |
| static constexpr int | MAX_DEPTH = -1 |
Allow the user to choice which instances to realize and to what depth.
Definition at line 35 of file GEO_realize_instances.hh.
Depth of realize instances for each selected top-level instance.
Definition at line 44 of file GEO_realize_instances.hh.
Referenced by blender::geometry::gather_attribute_propagation_components_with_custom_depths(), blender::geometry::gather_attributes_to_propagate(), blender::nodes::node_geo_realize_instances_cc::node_geo_exec(), blender::geometry::realize_instances(), and blender::geometry::realize_instances().
|
staticconstexpr |
Use this value to realize the instance completely
Definition at line 49 of file GEO_realize_instances.hh.
Referenced by blender::nodes::node_geo_realize_instances_cc::node_geo_exec().
| IndexMask blender::geometry::VariedDepthOptions::selection |
Selection of top-level instances to realize.
Definition at line 39 of file GEO_realize_instances.hh.
Referenced by blender::geometry::gather_attribute_propagation_components_with_custom_depths(), blender::geometry::gather_attributes_to_propagate(), blender::nodes::node_geo_realize_instances_cc::node_geo_exec(), blender::geometry::realize_instances(), and blender::geometry::realize_instances().