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:
authorCampbell Barton <ideasman42@gmail.com>2008-01-14 16:48:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-14 16:48:43 +0300
commit54be577d68839bd20c9d9cbf9d129995b0b9792c (patch)
treee18d17b9b04d58cdc68531fc42f83c198ab9c5d0 /source/blender/blenkernel/BKE_anim.h
parent65c4a2f9ffbdfe0071d4d3f0475b9f3b1e808658 (diff)
bumped up max recursiveness, was needed for a peach shot
Diffstat (limited to 'source/blender/blenkernel/BKE_anim.h')
-rw-r--r--source/blender/blenkernel/BKE_anim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_anim.h b/source/blender/blenkernel/BKE_anim.h
index 30392523439..a82faa56e40 100644
--- a/source/blender/blenkernel/BKE_anim.h
+++ b/source/blender/blenkernel/BKE_anim.h
@@ -34,7 +34,7 @@
#ifndef BKE_ANIM_H
#define BKE_ANIM_H
-#define MAX_DUPLI_RECUR 4
+#define MAX_DUPLI_RECUR 8
struct Path;
struct Object;