Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_snap.h
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | void snapFrameTransform(struct TransInfo *t, | ||||
| float *r_val); | float *r_val); | ||||
| bool transformModeUseSnap(const TransInfo *t); | bool transformModeUseSnap(const TransInfo *t); | ||||
| bool transform_snap_increment_ex(TransInfo *t, bool use_local_space, float *r_val); | bool transform_snap_increment_ex(TransInfo *t, bool use_local_space, float *r_val); | ||||
| bool transform_snap_increment(TransInfo *t, float *val); | bool transform_snap_increment(TransInfo *t, float *val); | ||||
| bool transform_snap_grid(TransInfo *t, float *val); | bool transform_snap_grid(TransInfo *t, float *val); | ||||
| void tranform_snap_editbasepoint_toggle(TransInfo *t); | |||||
| void tranform_snap_editbasepoint_update(TransInfo *t); | |||||
| void tranform_snap_editbasepoint_confirm(TransInfo *t); | |||||
| void snapSequenceBounds(TransInfo *t, const int mval[2]); | void snapSequenceBounds(TransInfo *t, const int mval[2]); | ||||
| bool activeSnap(const TransInfo *t); | bool activeSnap(const TransInfo *t); | ||||
| bool validSnap(const TransInfo *t); | bool validSnap(const TransInfo *t); | ||||
| void initSnapping(struct TransInfo *t, struct wmOperator *op); | void initSnapping(struct TransInfo *t, struct wmOperator *op); | ||||
| void freeSnapping(struct TransInfo *t); | void freeSnapping(struct TransInfo *t); | ||||
| void applyProject(TransInfo *t); | void applyProject(TransInfo *t); | ||||
| Show All 14 Lines | |||||