Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanne Karhu <jhkarh@gmail.com>2008-02-14 00:06:37 +0300
committerJanne Karhu <jhkarh@gmail.com>2008-02-14 00:06:37 +0300
commitb4f975b91a4294a4a7a32bab58eac2158bc7debe (patch)
tree4913cc1006016d19dc63ad619697c5e09afaec84 /source/blender/makesdna/DNA_particle_types.h
parentb58274abef3b0acc347f4b7c9381b40bd5ab9ba7 (diff)
Particles' angular velocity mode "velocity" was actually just a duplicate of "spin" without any angular velocity, so it was removed.
Diffstat (limited to 'source/blender/makesdna/DNA_particle_types.h')
-rw-r--r--source/blender/makesdna/DNA_particle_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_particle_types.h b/source/blender/makesdna/DNA_particle_types.h
index 6fcedcd934a..acd663466d5 100644
--- a/source/blender/makesdna/DNA_particle_types.h
+++ b/source/blender/makesdna/DNA_particle_types.h
@@ -365,7 +365,6 @@ typedef struct ParticleSystem{
/* part->avemode */
#define PART_AVE_SPIN 1
#define PART_AVE_RAND 2
-#define PART_AVE_VEL 3
/* part->reactevent */
#define PART_EVENT_DEATH 0