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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-09-18 11:24:31 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:02 +0300
commitf03d253f55060d3ae238e068c620d76b7dcf0ede (patch)
tree448b621d2e817a5679f3d2e81c2473e7bbd29c76 /release
parent226beb986690046adfdf10a3ed72034fa322ccdb (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_particle.py1
1 files changed, 0 insertions, 1 deletions
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:")