Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform_mode.h
| Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | |||||
| /* transform_mode_shrink_fatten.c */ | /* transform_mode_shrink_fatten.c */ | ||||
| void initShrinkFatten(TransInfo *t); | void initShrinkFatten(TransInfo *t); | ||||
| /* transform_mode_skin_resize.c */ | /* transform_mode_skin_resize.c */ | ||||
| void initSkinResize(TransInfo *t); | void initSkinResize(TransInfo *t); | ||||
| /* transform_mode_snapsource.c */ | |||||
| void transform_mode_snap_source_init(TransInfo *t); | |||||
| /* transform_mode_tilt.c */ | /* transform_mode_tilt.c */ | ||||
| void initTilt(TransInfo *t); | void initTilt(TransInfo *t); | ||||
| /* transform_mode_timescale.c */ | /* transform_mode_timescale.c */ | ||||
| void initTimeScale(TransInfo *t); | void initTimeScale(TransInfo *t); | ||||
| Show All 26 Lines | |||||