|
Blender V5.0
|
#include "DNA_mesh_types.h"#include "NOD_rna_define.hh"#include "GEO_foreach_geometry.hh"#include "GEO_mesh_to_curve.hh"#include "UI_interface_c.hh"#include "UI_interface_layout.hh"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_mesh_to_curve_cc |
Enumerations | |
| enum class | blender::nodes::node_geo_mesh_to_curve_cc::Mode : int8_t { blender::nodes::node_geo_mesh_to_curve_cc::Edges = 0 , blender::nodes::node_geo_mesh_to_curve_cc::Faces = 1 } |
Functions | |
| static void | blender::nodes::node_geo_mesh_to_curve_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_geo_mesh_to_curve_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | blender::nodes::node_geo_mesh_to_curve_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_mesh_to_curve_cc::node_rna (StructRNA *srna) |
| static void | blender::nodes::node_geo_mesh_to_curve_cc::node_register () |