Blender
V3.3
|
Functions | |
static void | node_declare (NodeDeclarationBuilder &b) |
static void | mesh_flip_faces (MeshComponent &component, const Field< bool > &selection_field) |
static void | node_geo_exec (GeoNodeExecParams params) |
|
static |
Definition at line 22 of file node_geo_flip_faces.cc.
References blender::fn::FieldEvaluator::add(), ATTR_DOMAIN_CORNER, ATTR_DOMAIN_FACE, attribute, CD_MLOOP, component(), CustomData_duplicate_referenced_layer(), blender::bke::AttributeMetaData::domain, e, blender::bke::AttributeAccessor::for_all(), blender::IndexMask::index_range(), Mesh::ldata, MPoly::loopstart, mesh, Mesh::mloop, Mesh::mpoly, swap(), Mesh::totloop, MPoly::totloop, Mesh::totpoly, and v.
Referenced by node_geo_exec().
|
static |
Definition at line 15 of file node_geo_flip_faces.cc.
References usdtokens::b(), GEO_COMPONENT_TYPE_MESH, and N_.
Referenced by register_node_type_geo_flip_faces().
|
static |
Definition at line 72 of file node_geo_flip_faces.cc.
References GeometrySet::get_component_for_write(), GeometrySet::has_mesh(), mesh_flip_faces(), GeometrySet::modify_geometry_sets(), and params.
Referenced by register_node_type_geo_flip_faces().