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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user