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>2015-02-27 17:32:13 +0300
committerJoshua Leung <aligorith@gmail.com>2015-02-28 16:34:44 +0300
commitac30378e3e3d790bad6d8027c2443b57cf47068e (patch)
tree3f84496732dc354dfd1d75e10de9bd7a21b42239 /source/blender/editors/space_action/SConscript
parent7af469029510aa1eac5f6afaa381329f6093d73a (diff)
Action Editor: Stash Action Operator
This operator (the snowflake icon, beside the pushdown button on the Action Editor header) adds the currently active action to the NLA stack in a muted track, then creates + loads a new action ready to be populated with new keyframes. Since the NLA is being used to hang on to all the actions here, no actions are getting lost. Usage Notes (there will be some additional tweaks to make this nicer): * To preview different actions that have been "stashed", simply click the "Solo" toggle for the track containing the action in question. Playing back the NLA will now show the stashed track * To edit a previously stashed action - simply enter tweakmode on it in the NLA while the "Solo" toggle is enabled. Todo: * Add some more operators here to polish up the Action <-> NLA bridge to make the layered and stash workflows smoother. Examples include some tools to easily switch between the different actions layers in the stack, as well as making it easier to get out of tweakmode (and sync up the action lengths) * Review and cleanup the behaviour of the "new" operator here to avoid the old problems that users were running into * After the next release - Implement the full Action Libraries functionality, with ways to bridge the stashed strips over to a full-blown library.
Diffstat (limited to 'source/blender/editors/space_action/SConscript')
-rw-r--r--source/blender/editors/space_action/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_action/SConscript b/source/blender/editors/space_action/SConscript
index 2e2081b3c6e..20f31dd6399 100644
--- a/source/blender/editors/space_action/SConscript
+++ b/source/blender/editors/space_action/SConscript
@@ -38,6 +38,7 @@ incs = [
'../include',
'../../blenkernel',
'../../blenlib',
+ '../../blenfont',
'../../gpu',
'../../makesdna',
'../../makesrna',