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>2014-04-28 11:33:28 +0400
committerJoshua Leung <aligorith@gmail.com>2014-04-28 11:34:02 +0400
commitb40b6bd48d5c7f8cc4057b7355462e0bb198e987 (patch)
tree841b87d71014556f87f3395b4cacafee8745e7d0 /source/blender/editors/space_nla/nla_intern.h
parent1cd4a884233a38cecfe6e2aa42d87842ab008a93 (diff)
NLA Editor: Added an operator to set preview range based on the extents of selected strips
This brings it more in line with the other anim editors, and makes like a little bit easier for animators working on games or looping anims.
Diffstat (limited to 'source/blender/editors/space_nla/nla_intern.h')
-rw-r--r--source/blender/editors/space_nla/nla_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_intern.h b/source/blender/editors/space_nla/nla_intern.h
index dedd6404a2c..8d49d54375a 100644
--- a/source/blender/editors/space_nla/nla_intern.h
+++ b/source/blender/editors/space_nla/nla_intern.h
@@ -88,6 +88,8 @@ void NLA_OT_tweakmode_exit(wmOperatorType *ot);
/* --- */
+void NLA_OT_previewrange_set(wmOperatorType *ot);
+
void NLA_OT_view_all(wmOperatorType *ot);
void NLA_OT_view_selected(wmOperatorType *ot);