From 47bf0934f5743d14024ef693b2bfe4510c2c666a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Wed, 21 Jan 2015 10:07:11 +0100 Subject: Removed generic debug1..4 values from the cloth data. These were used as UI buttons during development. If such parameters are needed again later they should instead be added in the (now global) SimDebugData and made accessible with a dev addon or so. --- source/blender/makesdna/DNA_cloth_types.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h index a665c22f2a0..3144dadb680 100644 --- a/source/blender/makesdna/DNA_cloth_types.h +++ b/source/blender/makesdna/DNA_cloth_types.h @@ -76,12 +76,6 @@ typedef struct ClothSimSettings { float shrink_min; /* min amount to shrink cloth by 0.0f (no shrink) - 1.0f (shrink to nothing) */ float shrink_max; /* max amount to shrink cloth by 0.0f (no shrink) - 1.0f (shrink to nothing) */ - /* XXX generic debug values, could be done nicer as id props */ - float debug1; - float debug2; - int debug3; - int debug4; - /* XXX various hair stuff * should really be separate, this struct is a horrible mess already */ -- cgit v1.2.3