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:
authorLuca Rood <dev@lucarood.com>2017-03-06 08:40:29 +0300
committerLuca Rood <dev@lucarood.com>2017-03-06 09:43:26 +0300
commit355ad008a26f9605752108c74e813c43dc0659d2 (patch)
treec6abc7e2200ec0f4a1acbd9bd9cc664fc03713e0 /source/blender/makesdna
parent80444effc62ac91b127cd7811f84c1689eabd7c8 (diff)
Surface Deform Modifier: Respect object transforms at bind time
This slightly changes SDef behavior, by now respecting object transforms at bind time, thus not requiring the objects to be aligned in their respective local spaces, but instead using world space.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 0c17909db23..32b43c7ea55 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1594,6 +1594,7 @@ typedef struct SurfaceDeformModifierData {
float falloff;
unsigned int numverts, numpoly;
int flags;
+ float mat[4][4];
} SurfaceDeformModifierData;
/* Surface Deform modifier flags */