Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | geometry_set_mesh_subdivide (GeometrySet &geometry_set, const int level) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 21 of file node_geo_mesh_subdivide.cc.
References BKE_subdiv_free(), BKE_subdiv_fvar_interpolation_from_uv_smooth(), BKE_subdiv_to_mesh(), BKE_subdiv_update_from_mesh(), BKE_subdiv_vtx_boundary_interpolation_from_subsurf(), SubdivSettings::fvar_linear_interpolation, GeometrySet::get_component_for_write(), GeometrySet::get_mesh_for_read(), GeometrySet::has_mesh(), SubdivSettings::is_adaptive, SubdivSettings::is_simple, SubdivSettings::level, MeshComponent::replace(), SubdivToMeshSettings::resolution, SubdivSettings::use_creases, SubdivToMeshSettings::use_optimal_display, and SubdivSettings::vtx_boundary_interpolation.
Referenced by node_geo_exec().
|
static |
Definition at line 14 of file node_geo_mesh_subdivide.cc.
References usdtokens::b(), GEO_COMPONENT_TYPE_MESH, and N_.
Referenced by register_node_type_geo_mesh_subdivide().
|
static |
Definition at line 60 of file node_geo_mesh_subdivide.cc.
References clamp_i(), geometry_set_mesh_subdivide(), GeometrySet::modify_geometry_sets(), params, and TIP_.
Referenced by register_node_type_geo_mesh_subdivide().