== Transform: Warp ==
Adding special hotkey (MMB) to reverse the direction of the warp. Normal input is 0..360 mapped to the horizontal position of the mouse on the 3D view (the 3D view becomes a sort of giant horizontal slider), pressing MMB reverses the value to 0..-360 and back if you press it again. I've used MMB mostly because it's unused in Warp, easily accessible and already used to switches mode for Shear (shear x/y). Indirectly suggested by a user question on ba.
This commit is contained in:
@@ -303,6 +303,7 @@ void convertVecToDisplayNum(float *vec, float *num);
|
||||
void convertDisplayNumToVec(float *num, float *vec);
|
||||
|
||||
void initWarp(TransInfo *t);
|
||||
int handleEventWarp(TransInfo *t, unsigned short event, short val);
|
||||
int Warp(TransInfo *t, short mval[2]);
|
||||
|
||||
void initShear(TransInfo *t);
|
||||
|
||||
Reference in New Issue
Block a user