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 <brechtvanlommel@pandora.be>2010-04-05 15:11:15 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-04-05 15:11:15 +0400
commit1af9e1fb2b1acd543ba4606d5786a5d61eeda32e (patch)
treee2f1d91b76fa99d00a86ba817e5accb4591226d8 /source/blender/makesdna/DNA_customdata_types.h
parentec5527cb520366e95cf3fe3c594d9e8f65f1b7ad (diff)
Fix #21885: constraint with copy location/rotation from vertex group crashes.
Diffstat (limited to 'source/blender/makesdna/DNA_customdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_customdata_types.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_customdata_types.h b/source/blender/makesdna/DNA_customdata_types.h
index dc07b0f368a..8908143946a 100644
--- a/source/blender/makesdna/DNA_customdata_types.h
+++ b/source/blender/makesdna/DNA_customdata_types.h
@@ -110,9 +110,6 @@ typedef struct CustomData {
#define CD_MASK_WEIGHT_MCOL (1 << CD_WEIGHT_MCOL)
#define CD_MASK_CLOTH_ORCO (1 << CD_CLOTH_ORCO)
-/* derivedmesh wants CustomDataMask for weightpaint too, is not customdata though */
-#define CD_MASK_WEIGHTPAINT (1 << CD_WEIGHTPAINT)
-
/* CustomData.flag */
/* indicates layer should not be copied by CustomData_from_template or