Revert "Fix T65301: Convert to mesh with Keep Original loses adjust operator panel."

This reverts commit rB78bbf374f475 (and part of rB702d85d7cddbf81).

Fix for this is actually simpler, done in next commit.
This commit is contained in:
2019-06-09 23:39:55 +02:00
parent 702d85d7cd
commit a44f5a561f

View File

@@ -2320,7 +2320,6 @@ static int convert_exec(bContext *C, wmOperator *op)
if (obact->type == OB_MBALL) {
basact = basen;
}
ED_object_base_select(basen, BA_SELECT);
mballConverted = 1;
}
@@ -2343,11 +2342,6 @@ static int convert_exec(bContext *C, wmOperator *op)
basact = basen;
}
if (keep_original) {
ED_object_base_select(base, BA_DESELECT);
ED_object_base_select(basen, BA_SELECT);
}
basen = NULL;
}