Fix for bug #6461:

quadToTriangle() crash, was a missing depsgraph update.
This commit is contained in:
Brecht Van Lommel
2007-04-15 15:33:17 +00:00
parent 85b4034365
commit 29932487c4

View File

@@ -6735,6 +6735,8 @@ static PyObject *Mesh_Tools( BPy_Mesh * self, int type, void **args )
mesh_octree_table(G.obedit, NULL, 'e');
G.obedit = NULL;
DAG_object_flush_update(G.scene, object, OB_RECALC_DATA);
if( attr )
return attr;