|
Blender V4.3
|
#include "node_geometry_util.hh"#include "DNA_mesh_types.h"#include "BLI_task.hh"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"Go to the source code of this file.
Classes | |
| class | blender::nodes::node_geo_material_selection_cc::MaterialSelectionFieldInput |
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_material_selection_cc |
Functions | |
| static void | blender::nodes::node_geo_material_selection_cc::node_declare (NodeDeclarationBuilder &b) |
| static VArray< bool > | blender::nodes::node_geo_material_selection_cc::select_by_material (const Span< Material * > materials, const Material *material, const AttributeAccessor &attributes, const AttrDomain domain, const IndexMask &domain_mask) |
| static void | blender::nodes::node_geo_material_selection_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_material_selection_cc::node_register () |