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:
@@ -716,6 +716,8 @@ class PARTICLE_PT_physics(ParticleButtonsPanel, Panel):
|
|||||||
col.prop(boids, "land_personal_space")
|
col.prop(boids, "land_personal_space")
|
||||||
col.prop(boids, "land_stick_force")
|
col.prop(boids, "land_stick_force")
|
||||||
|
|
||||||
|
layout.prop(part, "collision_group")
|
||||||
|
|
||||||
split = layout.split()
|
split = layout.split()
|
||||||
|
|
||||||
col = split.column(align=True)
|
col = split.column(align=True)
|
||||||
|
Reference in New Issue
Block a user