Depsgraph: More type definitions to new depsgraph header

This commit is contained in:
2017-04-06 15:37:46 +02:00
parent d8f931c9b7
commit a1b8c0bca2
20 changed files with 62 additions and 31 deletions

View File

@@ -54,6 +54,8 @@
#include "MOD_util.h"
#include "DEG_depsgraph.h"
/* Due to cyclic dependencies it's possible that curve used for
* deformation here is not evaluated at the time of evaluating
* this modifier.

View File

@@ -46,6 +46,7 @@
#include "BKE_library_query.h"
#include "BKE_modifier.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"
static void initData(ModifierData *md)

View File

@@ -50,6 +50,8 @@
#include "BKE_scene.h"
#include "BKE_subsurf.h"
#include "DEG_depsgraph.h"
#include "MOD_modifiertypes.h"
#include "intern/CCGSubSurf.h"