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/editors/sculpt_paint/sculpt_undo.c
parentf0679748800e5e451b00a71e537d338ace9d3cdd (diff)
Moved function declarations for modifier stack eval into BKE_modifier_calc.h.temp_depsgraph_split_ubereval
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_undo.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_undo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_undo.c b/source/blender/editors/sculpt_paint/sculpt_undo.c
index ceefda99002..c7921a90d1e 100644
--- a/source/blender/editors/sculpt_paint/sculpt_undo.c
+++ b/source/blender/editors/sculpt_paint/sculpt_undo.c
@@ -52,6 +52,7 @@
#include "BKE_ccg.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"
+#include "BKE_modifier_calc.h"
#include "BKE_multires.h"
#include "BKE_paint.h"
#include "BKE_key.h"