This reverts commit d1526da787
.
If tweaking is done by accident, user better increase threshold in preferences.
This commit is contained in:
@@ -994,11 +994,7 @@ int transformEvent(TransInfo *t, const wmEvent *event)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (t->obedit && t->obedit->type == OB_MESH) {
|
if (t->obedit && t->obedit->type == OB_MESH) {
|
||||||
if ((t->mode == TFM_TRANSLATION) &&
|
if ((t->mode == TFM_TRANSLATION) && (t->spacetype == SPACE_VIEW3D)) {
|
||||||
(t->spacetype == SPACE_VIEW3D) &&
|
|
||||||
/* prevents accidental select-tweak, gkey. see: T40102 */
|
|
||||||
(ISMOUSE(t->launch_event) == 0))
|
|
||||||
{
|
|
||||||
resetTransModal(t);
|
resetTransModal(t);
|
||||||
resetTransRestrictions(t);
|
resetTransRestrictions(t);
|
||||||
restoreTransObjects(t);
|
restoreTransObjects(t);
|
||||||
|
Reference in New Issue
Block a user