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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user