Fix T43798: Individual origins disabled object PET

This commit is contained in:
Campbell Barton 2015-02-25 13:39:01 +11:00
parent 565df1559f
commit 37556d9a9a

@ -1197,7 +1197,7 @@ void initTransInfo(bContext *C, TransInfo *t, wmOperator *op, const wmEvent *eve
if (ELEM(t->mode, TFM_ROTATION, TFM_RESIZE, TFM_TRACKBALL)) {
const bool use_island = transdata_check_local_islands(t, t->around);
if (!use_island) {
if (obedit && !use_island) {
t->options |= CTX_NO_PET;
}
}