Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.h
| Context not available. | |||||
| SMALL_GEARS = 2 | SMALL_GEARS = 2 | ||||
| } GearsType; | } GearsType; | ||||
| void snapGridIncrement(TransInfo *t, float *val); | void snapGrid(TransInfo *t, float *val); | ||||
| void snapGridIncrementAction(TransInfo *t, float *val, GearsType action); | void snapGridAction(TransInfo *t, float *val, GearsType action); | ||||
| void snapSequenceBounds(TransInfo *t, const int mval[2]); | void snapSequenceBounds(TransInfo *t, const int mval[2]); | ||||
| Context not available. | |||||