Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static Mesh * | create_ico_sphere_mesh (const int subdivisions, const float radius) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 30 of file node_geo_mesh_primitive_ico_sphere.cc.
References blender::math::abs(), BKE_id_material_eval_ensure_default_slot(), BKE_id_new_nomain(), bm, BM_data_layer_add_named(), BM_mesh_bm_to_me(), BM_mesh_create(), BM_mesh_free(), BMO_FLAG_DEFAULTS, BMO_op_callf(), CD_MLOOPUV, Mesh::id, ID_ME, blender::float4x4::identity(), BMesh::ldata, mesh, params, transform(), and BMeshCreateParams::use_toolflags.
Referenced by node_geo_exec().
|
static |
Definition at line 15 of file node_geo_mesh_primitive_ico_sphere.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), N_, and PROP_DISTANCE.
Referenced by register_node_type_geo_mesh_primitive_ico_sphere().
|
static |
Definition at line 58 of file node_geo_mesh_primitive_ico_sphere.cc.
References create_ico_sphere_mesh(), GeometrySet::create_with_mesh(), mesh, min, and params.
Referenced by register_node_type_geo_mesh_primitive_ico_sphere().