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-18 15:20:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-18 15:20:28 +0300
commit9afc417bed94fa83db70ee98f8d1dc0a5f54fee6 (patch)
treefb5c94399622cfa6bb86bf067470f3dd98a7c967 /source/blender/src/view.c
parent9d13e083311727deeb1c7dc8efaf06bc5170fdac (diff)
2 new timeoffset buttons in the animation panel "Ofs" and "Rand"
Useful when animating many objects falling at different times (for instance).
Diffstat (limited to 'source/blender/src/view.c')
-rw-r--r--source/blender/src/view.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/view.c b/source/blender/src/view.c
index a4960b76ae7..abb49c0ec9d 100644
--- a/source/blender/src/view.c
+++ b/source/blender/src/view.c
@@ -69,6 +69,7 @@
#include "BKE_sculpt.h"
#include "BKE_utildefines.h"
+#include "BIF_transform.h"
#include "BIF_editparticle.h"
#include "BIF_gl.h"
#include "BIF_previewrender.h"