Depsgraph: Remove old header from blenkernel
This commit is contained in:
@@ -56,7 +56,6 @@
|
||||
#include "BKE_appdir.h"
|
||||
#include "BKE_brush.h"
|
||||
#include "BKE_context.h"
|
||||
#include "BKE_depsgraph.h"
|
||||
#include "BKE_global.h"
|
||||
#include "BKE_image.h"
|
||||
#include "BKE_main.h"
|
||||
@@ -66,6 +65,8 @@
|
||||
#include "BLO_readfile.h"
|
||||
#include "BLO_writefile.h"
|
||||
|
||||
#include "DEG_depsgraph.h"
|
||||
|
||||
/* -------------------------------------------------------------------- */
|
||||
|
||||
/** \name Global Undo
|
||||
@@ -118,7 +119,7 @@ static int read_undosave(bContext *C, UndoElem *uel)
|
||||
|
||||
if (success) {
|
||||
/* important not to update time here, else non keyed tranforms are lost */
|
||||
DAG_on_visible_update(G.main, false);
|
||||
DEG_on_visible_update(G.main, false);
|
||||
}
|
||||
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user