|
Blender V4.3
|
#include "node_geometry_util.hh"#include "DNA_grease_pencil_types.h"#include "DNA_mesh_types.h"#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_set_material_index_cc |
Functions | |
| static void | blender::nodes::node_geo_set_material_index_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_set_material_index_cc::set_material_index_in_grease_pencil (GreasePencil &grease_pencil, const Field< bool > &selection, const Field< int > &material_index) |
| static void | blender::nodes::node_geo_set_material_index_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_set_material_index_cc::node_register () |