Turning off tweak mode until there's a better UI.

This commit is contained in:
2005-08-16 21:58:26 +00:00
parent 2862e25147
commit 235733d220

View File

@@ -3424,7 +3424,7 @@ void std_rmouse_transform(void (*xf_func)(int, int))
getmouseco_areawin(mval);
if(abs(mval[0]-xo)+abs(mval[1]-yo) > 10) {
if(curarea->spacetype==SPACE_VIEW3D) {
initTransform(TFM_TRANSLATION, CTX_TWEAK);
initTransform(TFM_TRANSLATION, CTX_NONE);
Transform();
}
else if(xf_func)