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-08-02 17:15:20 +0400
committerJoshua Leung <aligorith@gmail.com>2009-08-02 17:15:20 +0400
commit81146e419cc9958559b3a4b0f1c919e378cce531 (patch)
tree40e1dbba948496b1484300b8c3b50da893a2d271 /source/blender/editors/space_nla/nla_buttons.c
parent1aa3885ef72658771bec837007b3ef0296a81bc4 (diff)
NLA Tweaks:
* "Pushing down" the action to make a new strip will now make the new strip the 'active' one. * 'Active Action' field in Animation Data panel is now editable as long as we aren't in "tweakmode"
Diffstat (limited to 'source/blender/editors/space_nla/nla_buttons.c')
-rw-r--r--source/blender/editors/space_nla/nla_buttons.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
index a87ab36714c..7184737e0ba 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -210,7 +210,6 @@ static void nla_panel_animdata (const bContext *C, Panel *pa)
/* Active Action Properties ------------------------------------- */
/* action */
row= uiLayoutRow(layout, 1);
- uiLayoutSetEnabled(row, (adt->flag & ADT_NLA_EDIT_ON)==0);
uiItemR(row, NULL, 0, &adt_ptr, "action", 0, 0, 0);
/* extrapolation */