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:
authorJoshua Leung <aligorith@gmail.com>2009-05-23 13:36:18 +0400
committerJoshua Leung <aligorith@gmail.com>2009-05-23 13:36:18 +0400
commitd141aff097d17c106071f2ad966fdd97a1fb5ba4 (patch)
treeff73c044d7edd438798021d2f1c9c9f03cb52d91 /source/blender/blenkernel/BKE_action.h
parent3b7f63a0884c6ec9db5abb938708f4191ea35274 (diff)
NLA SoC: Adding more backend code/utilities
* Data copying * Strip sorting
Diffstat (limited to 'source/blender/blenkernel/BKE_action.h')
-rw-r--r--source/blender/blenkernel/BKE_action.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_action.h b/source/blender/blenkernel/BKE_action.h
index 67eb2ed58bf..cc10a4071a6 100644
--- a/source/blender/blenkernel/BKE_action.h
+++ b/source/blender/blenkernel/BKE_action.h
@@ -68,6 +68,9 @@ void make_local_action(struct bAction *act);
/* Some kind of bounding box operation on the action */
void calc_action_range(const struct bAction *act, float *start, float *end, int incl_hidden);
+/* Does action have any motion data at all? */
+short action_has_motion(const struct bAction *act);
+
/* Action Groups API ----------------- */
/* Make the given Action Group the active one */