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>2011-03-24 06:19:30 +0300
committerJoshua Leung <aligorith@gmail.com>2011-03-24 06:19:30 +0300
commit3b0a42f898bc862cbb4e6ad04200b64dcf83e611 (patch)
treefac34f93ef54827d5e40951a05dbef8c331d8af6 /source/blender/editors/include/ED_keyframes_draw.h
parenteef811a0954ad67a4667592c85cd95822d15e17c (diff)
Reshuffled utility function to keyframe drawing API, removing some
duplicate code
Diffstat (limited to 'source/blender/editors/include/ED_keyframes_draw.h')
-rw-r--r--source/blender/editors/include/ED_keyframes_draw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_keyframes_draw.h b/source/blender/editors/include/ED_keyframes_draw.h
index 544c5c4a1ef..3c1bb814c82 100644
--- a/source/blender/editors/include/ED_keyframes_draw.h
+++ b/source/blender/editors/include/ED_keyframes_draw.h
@@ -149,5 +149,8 @@ short compare_ak_cfraPtr(void *node, void *data);
/* Comparator callback used for ActKeyBlocks and cframe float-value pointer */
short compare_ab_cfraPtr(void *node, void *data);
+/* Checks if ActKeyBlock can be used (i.e. drawn/used to detect "holds") */
+short actkeyblock_is_valid(ActKeyBlock *ab, struct DLRBT_Tree *keys);
+
#endif /* ED_KEYFRAMES_DRAW_H */