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