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>2009-12-30 18:58:59 +0300
committerJanne Karhu <jhkarh@gmail.com>2009-12-30 18:58:59 +0300
commit74829be79a0828df182ff2541e6d7c0bccf41305 (patch)
treea8dfe57aa14edb8e21341725f2d8cffe5fea5316 /source/blender/blenkernel/BKE_particle.h
parent2d8c3076b295ca27c07a89956c5e9e5d4acfcdac (diff)
Fix for [#20430] Boids options for Flying and climbing do not work
* Boids didn't yet use global gravity
Diffstat (limited to 'source/blender/blenkernel/BKE_particle.h')
-rw-r--r--source/blender/blenkernel/BKE_particle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_particle.h b/source/blender/blenkernel/BKE_particle.h
index 2199240d77b..32202d9d462 100644
--- a/source/blender/blenkernel/BKE_particle.h
+++ b/source/blender/blenkernel/BKE_particle.h
@@ -203,6 +203,7 @@ int psys_check_enabled(struct Object *ob, struct ParticleSystem *psys);
int psys_check_edited(struct ParticleSystem *psys);
void psys_check_group_weights(struct ParticleSettings *part);
+int psys_uses_gravity(struct ParticleSimulationData *sim);
/* free */
void psys_free_settings(struct ParticleSettings *part);