Blender V4.3
blender::ed::curves::snap_curves_to_surface Namespace Reference

Enumerations

enum class  AttachMode { Nearest = 0 , Deform = 1 }
 

Functions

static void snap_curves_to_surface_exec_object (Object &curves_ob, const Object &surface_ob, const AttachMode attach_mode, bool *r_invalid_uvs, bool *r_missing_uvs)
 
static int snap_curves_to_surface_exec (bContext *C, wmOperator *op)
 

Enumeration Type Documentation

◆ AttachMode

Enumerator
Nearest 
Deform 

Definition at line 585 of file curves_ops.cc.

Function Documentation

◆ snap_curves_to_surface_exec()

◆ snap_curves_to_surface_exec_object()

static void blender::ed::curves::snap_curves_to_surface::snap_curves_to_surface_exec_object ( Object & curves_ob,
const Object & surface_ob,
const AttachMode attach_mode,
bool * r_invalid_uvs,
bool * r_missing_uvs )
static