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/paint_image_proj.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/paint_image_proj.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_image_proj.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_image_proj.c b/source/blender/editors/sculpt_paint/paint_image_proj.c
index b8693639673..6546148730c 100644
--- a/source/blender/editors/sculpt_paint/paint_image_proj.c
+++ b/source/blender/editors/sculpt_paint/paint_image_proj.c
@@ -74,6 +74,7 @@
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "BKE_mesh_mapping.h"
+#include "BKE_modifier_calc.h"
#include "BKE_node.h"
#include "BKE_paint.h"
#include "BKE_report.h"