Commit: d2e148f2deb4ba3bd4f0f50b04180fcf1ab0c293
Author: Lukas Tönne
Date:   Wed Oct 1 11:25:45 2014 +0200
Branches: gooseberry
https://developer.blender.org/rBd2e148f2deb4ba3bd4f0f50b04180fcf1ab0c293

Cloth solver data for edit mode is unused, removed it.

===================================================================

M       source/blender/blenkernel/BKE_cloth.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_cloth.h 
b/source/blender/blenkernel/BKE_cloth.h
index 2a1741d..f1b3f03 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -96,7 +96,6 @@ typedef struct Cloth {
        struct BVHTree          *bvhselftree;                   /* collision 
tree for this cloth object */
        struct MFace            *mfaces;
        struct Implicit_Data    *implicit;              /* our implicit solver 
connects to this pointer */
-       struct Implicit_Data    *implicitEM;            /* our implicit solver 
connects to this pointer */
        struct EdgeSet          *edgeset;               /* used for 
selfcollisions */
        int last_frame, pad4;
 } Cloth;

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to