|
Blender V4.5
|
Classes | |
| class | FaceAreaFieldInput |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static VArray< float > | construct_face_area_varray (const Mesh &mesh, const AttrDomain domain) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_register () |
|
static |
Definition at line 19 of file node_geo_input_mesh_face_area.cc.
References Geometry::attributes, construct_face_area_varray(), blender::bke::mesh::face_area_calc(), blender::VArray< T >::ForFunc(), i, blender::offset_indices::OffsetIndices< T >::size(), and blender::Span< T >::slice().
Referenced by construct_face_area_varray(), and blender::nodes::node_geo_input_mesh_face_area_cc::FaceAreaFieldInput::get_varray_for_context().
|
static |
Definition at line 11 of file node_geo_input_mesh_face_area.cc.
References b, BLT_I18NCONTEXT_AMOUNT, blender::nodes::SocketDeclaration::description, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 64 of file node_geo_input_mesh_face_area.cc.
References node_geo_exec(), and blender::nodes::GeoNodeExecParams::set_output().
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 69 of file node_geo_input_mesh_face_area.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_INPUT_MESH_FACE_AREA, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::nclass, NODE_CLASS_INPUT, node_declare(), node_geo_exec(), node_register(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().