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. --- release/scripts/startup/bl_ui/properties_particle.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'release/scripts') diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py index 9e8804328c2..1176245da83 100644 --- a/release/scripts/startup/bl_ui/properties_particle.py +++ b/release/scripts/startup/bl_ui/properties_particle.py @@ -361,11 +361,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, Panel): sub.prop(cloth, "density_target", text="Density Target") sub.prop(cloth, "density_strength", slider=True, text="Strength") col.prop(cloth, "voxel_cell_size") - sub = col.column(align=True) - sub.prop(cloth, "debug1") - sub.prop(cloth, "debug2") - sub.prop(cloth, "debug3") - sub.prop(cloth, "debug4") split.separator() @@ -381,7 +376,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, Panel): row = col.row() row.prop(psys.settings, "show_hair_grid", text="HairGrid") - row.prop(cloth_md, "show_debug_data", text="Debug") if result: box = layout.box() -- cgit v1.2.3