Blender V4.3
mesh_flip_faces.cc File Reference
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BLI_task.hh"
#include "BKE_attribute.hh"
#include "BKE_attribute_math.hh"
#include "BKE_customdata.hh"
#include "BKE_mesh.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::bke
 

Functions

template<typename T >
static void blender::bke::flip_corner_data (const OffsetIndices< int > faces, const IndexMask &face_selection, MutableSpan< T > data)
 
template<typename T >
static void blender::bke::flip_custom_data_type (const OffsetIndices< int > faces, CustomData &corner_data, const IndexMask &face_selection, const eCustomDataType data_type)
 
void blender::bke::mesh_flip_faces (Mesh &mesh, const IndexMask &selection)