Add the collision group option to the UI for boid particle physics.

The option already works, just missing from the ui since it
has completely different option set from newtonian and fluid.
This commit is contained in:
Alexander Gavrilov 2016-08-06 10:49:42 +03:00
parent 277b1d76ff
commit 4158737cb2
1 changed files with 2 additions and 0 deletions

View File

@ -716,6 +716,8 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, Panel):
col.prop(boids, "land_personal_space")
col.prop(boids, "land_stick_force")
layout.prop(part, "collision_group")
split = layout.split()
col = split.column(align=True)