forked from bartvdbraak/blender
added missing DAG call to image_aspect.
This commit is contained in:
parent
d91d4fd41f
commit
9a8ab66a1d
@ -4502,6 +4502,7 @@ void image_aspect(void)
|
||||
else ob->size[1]= ob->size[0]*y/x;
|
||||
|
||||
done= 1;
|
||||
DAG_object_flush_update(G.scene, ob, OB_RECALC_OB);
|
||||
}
|
||||
}
|
||||
if(done) break;
|
||||
|
Loading…
Reference in New Issue
Block a user