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:
authorCampbell Barton <ideasman42@gmail.com>2019-03-04 16:20:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-04 16:21:48 +0300
commit46f1c1b15d80535b8fb914f6a227384866bb2caf (patch)
treea5693c8fa835aa40c3d6508818433611c000d149 /source/blender/makesdna/DNA_sdna_types.h
parentae74f89585380a083cdfc70cf12720fde79f6d26 (diff)
Revert "DNA: optimize data reconstruction"
This reverts commit 657205530cc680012734200a8babd6232be5ee92. This caused an T62181, looking into fix but revert for now.
Diffstat (limited to 'source/blender/makesdna/DNA_sdna_types.h')
-rw-r--r--source/blender/makesdna/DNA_sdna_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_sdna_types.h b/source/blender/makesdna/DNA_sdna_types.h
index 2c02f6a6745..5b57065dff3 100644
--- a/source/blender/makesdna/DNA_sdna_types.h
+++ b/source/blender/makesdna/DNA_sdna_types.h
@@ -38,8 +38,6 @@ typedef struct SDNA {
int nr_names, nr_names_alloc;
/** Struct member names. */
const char **names;
- /** Result of #DNA_elem_array_size (aligned with #names). */
- const short *names_array_len;
/** Size of a pointer in bytes. */
int pointer_size;