From fcd5550a4248e00bbfb739352718d211b73259df Mon Sep 17 00:00:00 2001 From: Janne Karhu Date: Tue, 20 Mar 2012 01:00:28 +0000 Subject: Some advanced particle rotation modes and reorganization of the rotation panel: - More angular velocity modes to support creative effects. - Renamed "Initial Rotation" to "Initial Orientation" to better reflect the functionality - Renamed "Spin" angular velocity mode to "Velocity". - Organized the rotation panel a bit better. - Also some better names and tooltips for the different rotation values. --- source/blender/blenkernel/intern/particle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/intern/particle.c') diff --git a/source/blender/blenkernel/intern/particle.c b/source/blender/blenkernel/intern/particle.c index 21dfe437ba0..8228a9da67f 100644 --- a/source/blender/blenkernel/intern/particle.c +++ b/source/blender/blenkernel/intern/particle.c @@ -3557,7 +3557,7 @@ static void default_particle_settings(ParticleSettings *part) part->childsize=1.0; part->rotmode = PART_ROT_VEL; - part->avemode = PART_AVE_SPIN; + part->avemode = PART_AVE_VELOCITY; part->child_nbr=10; part->ren_child_nbr=100; -- cgit v1.2.3