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. --- source/blender/makesdna/DNA_particle_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_particle_types.h') diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h index a94d70d16b9..d4590315c45 100644 --- a/source/blender/makesdna/DNA_particle_types.h +++ b/source/blender/makesdna/DNA_particle_types.h @@ -315,10 +315,10 @@ typedef struct ParticleSystem{ /* note, make sure all (runtime) are NULL's in //#define PART_BRANCHING (1<<20) //#define PART_ANIM_BRANCHING (1<<21) -//#define PART_SYMM_BRANCHING (1<<24) #define PART_HAIR_BSPLINE 1024 +#define PART_GRID_HEXAGONAL (1<<24) #define PART_GRID_INVERT (1<<26) #define PART_CHILD_EFFECT (1<<27) -- cgit v1.2.3