[Bf-blender-cvs] [4158737] master: Add the collision group option to the UI for boid particle physics.

Alexander Gavrilov noreply at git.blender.org
Sat Aug 6 09:49:51 CEST 2016


Commit: 4158737cb2d79898b9f1147eaa26eb486f4980a1
Author: Alexander Gavrilov
Date:   Sat Aug 6 10:49:42 2016 +0300
Branches: master
https://developer.blender.org/rB4158737cb2d79898b9f1147eaa26eb486f4980a1

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.

===================================================================

M	release/scripts/startup/bl_ui/properties_particle.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py
index c2580d4..89ea9df 100644
--- a/release/scripts/startup/bl_ui/properties_particle.py
+++ b/release/scripts/startup/bl_ui/properties_particle.py
@@ -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)




More information about the Bf-blender-cvs mailing list