|
Blender
V2.93
|
#include "BKE_mesh.h"#include "BKE_subdiv.h"#include "BKE_subdiv_mesh.h"#include "UI_interface.h"#include "UI_resources.h"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| blender | |
| blender::nodes | |
Functions | |
| static void | blender::nodes::geo_node_subdivide_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_subdivide () |
Variables | |
| static bNodeSocketTemplate | geo_node_subdivide_in [] |
| static bNodeSocketTemplate | geo_node_subdivide_out [] |
| void register_node_type_geo_subdivide | ( | void | ) |
Definition at line 105 of file node_geo_subdivide.cc.
References GEO_NODE_SUBDIVIDE, blender::nodes::geo_node_subdivide_exec(), geo_node_subdivide_in, geo_node_subdivide_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_type_socket_templates(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 28 of file node_geo_subdivide.cc.
Referenced by register_node_type_geo_subdivide().
|
static |
Definition at line 34 of file node_geo_subdivide.cc.
Referenced by register_node_type_geo_subdivide().