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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-05-09 12:33:32 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-05-09 13:17:24 +0300
commit632755a3b1988e7553b381c2d737cb956e26780b (patch)
tree7f290e47a189470810dbdeb77afd4bcfb12a956e /source/blender/editors/object/CMakeLists.txt
parent5e915baec4ad657ac9655a9921425bfaec98ea66 (diff)
Modifiers: ported Surface Deform to Mesh
The modifier performed the 'bind' operation not in the bind operator, but delayed in the mesh evaluation. This saved the result in a CoW copy instead of in the actual modifier data. The binding operator now follows the same approach as Mesh Deform: it forces the modifiers to run on the real (non-CoW) data, making it possible for the modifier to store the binding data. This commit also ports the usage of DerivedMesh to Mesh.
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index e25b04668bc..305e3287029 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -30,6 +30,7 @@ set(INC
../../imbuf
../../makesdna
../../makesrna
+ ../../modifiers
../../python
../../render/extern/include
../../windowmanager