MetaBall editmode didn't send the DAG recalc event while transformed. :)

Meaning, it didn't do polygonizing while moving elements in edit mode.
This commit is contained in:
2005-07-11 07:31:51 +00:00
parent 399f670ac7
commit b72c540f1c

View File

@@ -159,6 +159,9 @@ void recalcData(TransInfo *t)
if(editLatt->flag & LT_OUTSIDE) outside_lattice(editLatt);
}
else {
DAG_object_flush_update(G.scene, G.obedit, OB_RECALC_DATA); /* sets recalc flags */
}
}
else {