Remove direct mball creation from object conversion

Same as previous commit, mball shall be visible before conversion
meaning it is to be evaluated already.
This commit is contained in:
Sergey Sharybin 2014-01-13 16:20:20 +06:00
parent b82cce04d6
commit 63095e492b
1 changed files with 0 additions and 4 deletions

View File

@ -1672,10 +1672,6 @@ static int convert_exec(bContext *C, wmOperator *op)
ob->flag |= OB_DONE;
}
if (!baseob->curve_cache || !baseob->curve_cache->disp.first) {
BKE_displist_make_mball(bmain->eval_ctx, scene, baseob);
}
if (!(baseob->flag & OB_DONE)) {
baseob->flag |= OB_DONE;