Fix T43798: Individual origins disabled object PET
This commit is contained in:
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user