From f03d253f55060d3ae238e068c620d76b7dcf0ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20T=C3=B6nne?= Date: Thu, 18 Sep 2014 09:24:31 +0200 Subject: Disabled the velocity filtering feature for now, since the weighting is incorrect. The voxel grid needs better tool support to make it usable, so fixing the filtering is not high priority right now. --- release/scripts/startup/bl_ui/properties_particle.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py index 5b52475218d..8afd2d02170 100644 --- a/release/scripts/startup/bl_ui/properties_particle.py +++ b/release/scripts/startup/bl_ui/properties_particle.py @@ -323,7 +323,6 @@ class PARTICLE_PT_hair_dynamics(ParticleButtonsPanel, Panel): sub.separator() sub.prop(cloth, "voxel_resolution") - sub.prop(cloth, "voxel_filter_size") col = split.column() col.label(text="Damping:") -- cgit v1.2.3