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:
authorBrecht Van Lommel <brecht@blender.org>2020-07-10 19:02:51 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-07-10 19:03:21 +0300
commit3e4f49fe710d5e3233c774de9a9341451d486f51 (patch)
tree229490aa5ab140d3c1405ccd7b12fc9718ce510c /source/blender/makesdna/DNA_meshdata_types.h
parentd5208c45fadbfd59a686eb77a0c4161b02b0e482 (diff)
Revert "Fix T78296: Performance - Use Binary Search for MDeformWeight"
This reverts commit 39b525e0f07fa25dcda54226ade789959b642dec and 3121015dceb1d269d79690c8f15c8e1406c9b09f as tests are failing.
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index a4299d3c6a2..cc2ba3fb999 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -286,7 +286,6 @@ typedef struct MDeformWeight {
} MDeformWeight;
typedef struct MDeformVert {
- /* Mut be sorted by def_nr due to binary search. */
struct MDeformWeight *dw;
int totweight;
/** Flag is only in use as a run-time tag at the moment. */