Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Tönne <lukas.toenne@gmail.com>2016-04-21 12:24:42 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2016-04-21 12:24:42 +0300
commitf8e9b349e83572c358290a5c66afe60ef1bf7a92 (patch)
tree6c6f79ad617bdf32c0931cd3f2d4ef5af7a098bc /source/blender/blenkernel/intern/crazyspace.c
parentf0679748800e5e451b00a71e537d338ace9d3cdd (diff)
Moved function declarations for modifier stack eval into BKE_modifier_calc.h.temp_depsgraph_split_ubereval
Diffstat (limited to 'source/blender/blenkernel/intern/crazyspace.c')
-rw-r--r--source/blender/blenkernel/intern/crazyspace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/crazyspace.c b/source/blender/blenkernel/intern/crazyspace.c
index c8de0786697..071170f69ce 100644
--- a/source/blender/blenkernel/intern/crazyspace.c
+++ b/source/blender/blenkernel/intern/crazyspace.c
@@ -44,6 +44,7 @@
#include "BKE_crazyspace.h"
#include "BKE_DerivedMesh.h"
#include "BKE_modifier.h"
+#include "BKE_modifier_calc.h"
#include "BKE_multires.h"
#include "BKE_mesh.h"
#include "BKE_editmesh.h"