Blender
V3.3
|
Classes | |
class | FaceAreaFieldInput |
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static VArray< float > | construct_face_area_gvarray (const MeshComponent &component, const eAttrDomain domain) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 19 of file node_geo_input_mesh_face_area.cc.
References ATTR_DOMAIN_FACE, BKE_mesh_calc_poly_area(), component(), blender::VArray< T >::ForFunc(), MPoly::loopstart, mesh, Mesh::mloop, Mesh::mpoly, Mesh::mvert, and Mesh::totpoly.
Referenced by blender::nodes::node_geo_input_mesh_face_area_cc::FaceAreaFieldInput::get_varray_for_context().
|
static |
Definition at line 12 of file node_geo_input_mesh_face_area.cc.
References usdtokens::b(), blender::nodes::SocketDeclaration::description(), and N_.
Referenced by register_node_type_geo_input_mesh_face_area().
|
static |
Definition at line 66 of file node_geo_input_mesh_face_area.cc.
References params.
Referenced by register_node_type_geo_input_mesh_face_area().