Support limiting collisions by group for softbody and particles

This feature is extremely useful for layering multiple cloth objects,
and there is no reason there shouldn't be the same kind of feature for softbody.
This commit is contained in:
2016-07-31 18:56:44 +10:00
committed by Campbell Barton
parent 710ab5be36
commit 64d4d6b134
10 changed files with 136 additions and 56 deletions

View File

@@ -605,6 +605,8 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, Panel):
row.prop(part, "use_size_deflect")
row.prop(part, "use_die_on_collision")
layout.prop(part, "collision_group")
if part.physics_type == 'FLUID':
fluid = part.fluid