Welcome to mirror list, hosted at ThFree Co, Russian Federation.

bmesh_intersect_edges.h « tools « bmesh « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 94aae4d5723babd4319df49db3769410d17c3690 (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup bmesh
 */

#pragma once

bool BM_mesh_intersect_edges(
    BMesh *bm, char hflag, float dist, bool split_faces, GHash *r_targetmap);