Blender  V3.3
Enumerations | Functions
blender::ed::curves::snap_curves_to_surface Namespace Reference

Enumerations

enum class  AttachMode { Nearest , Deform }
 

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 530 of file curves_ops.cc.

Function Documentation

◆ snap_curves_to_surface_exec()

static int blender::ed::curves::snap_curves_to_surface::snap_curves_to_surface_exec ( bContext C,
wmOperator op 
)
static

◆ 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