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:
authorTon Roosendaal <ton@blender.org>2007-12-24 21:38:03 +0300
committerTon Roosendaal <ton@blender.org>2007-12-24 21:38:03 +0300
commitc79966be52e251cc7b1028ea4d3012b44eb6a8af (patch)
treef4007ee279b01ad9075971fd63159a02aa29d904 /source/blender/blenkernel/intern/particle.c
parenta1c8543f2acd7086d412cb794b32f96794b00659 (diff)
Blenkernel for 2.5 project, changes mainly are because of disabling
bad level calls. (which is not finished at all)
Diffstat (limited to 'source/blender/blenkernel/intern/particle.c')
-rw-r--r--source/blender/blenkernel/intern/particle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/particle.c b/source/blender/blenkernel/intern/particle.c
index d0bf8b412ef..f6b4ba48b26 100644
--- a/source/blender/blenkernel/intern/particle.c
+++ b/source/blender/blenkernel/intern/particle.c
@@ -80,6 +80,7 @@
#include "BKE_cdderivedmesh.h"
#include "blendef.h"
+#include "BIF_editparticle.h"
#include "RE_render_ext.h"
static void key_from_object(Object *ob, ParticleKey *key);