Blender V4.3
editmesh_knife_project.cc File Reference
#include "DNA_curve_types.h"
#include "DNA_object_types.h"
#include "BLI_linklist.h"
#include "BLI_listbase.h"
#include "BLI_math_vector.h"
#include "BKE_context.hh"
#include "BKE_curve.hh"
#include "BKE_customdata.hh"
#include "BKE_editmesh.hh"
#include "BKE_layer.hh"
#include "BKE_lib_id.hh"
#include "BKE_mesh.hh"
#include "BKE_object.hh"
#include "BKE_object_types.hh"
#include "BKE_report.hh"
#include "DEG_depsgraph.hh"
#include "DEG_depsgraph_query.hh"
#include "RNA_access.hh"
#include "RNA_define.hh"
#include "MEM_guardedalloc.h"
#include "WM_types.hh"
#include "ED_mesh.hh"
#include "ED_screen.hh"
#include "ED_view3d.hh"
#include "mesh_intern.hh"

Go to the source code of this file.

Functions

static LinkNodeknifeproject_poly_from_object (const bContext *C, Object *ob, LinkNode *polys)
 
static int knifeproject_exec (bContext *C, wmOperator *op)
 
void MESH_OT_knife_project (wmOperatorType *ot)
 

Function Documentation

◆ knifeproject_exec()

◆ knifeproject_poly_from_object()

◆ MESH_OT_knife_project()