From 7b4c4183f38a423f8129af132ef676771fb79459 Mon Sep 17 00:00:00 2001 From: Janne Karhu Date: Sun, 13 Feb 2011 13:50:19 +0000 Subject: Small addition to particle grid distribution: * New option to distribute particles in a hexagonal grid. * This is much more stable for fluids than normal grid distribution and looks quite nice otherwise too :) * Also some small scale code cleanup of grid distribution code. --- release/scripts/ui/properties_particle.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/ui/properties_particle.py b/release/scripts/ui/properties_particle.py index ec7428d2860..4b470831716 100644 --- a/release/scripts/ui/properties_particle.py +++ b/release/scripts/ui/properties_particle.py @@ -197,6 +197,7 @@ class PARTICLE_PT_emission(ParticleButtonsPanel, bpy.types.Panel): row = layout.row() if part.distribution == 'GRID': row.prop(part, "invert_grid") + row.prop(part, "hexagonal_grid") else: row.prop(part, "use_emit_random") row.prop(part, "use_even_distribution") -- cgit v1.2.3