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>2006-11-19 01:53:50 +0300
committerJoshua Leung <aligorith@gmail.com>2006-11-19 01:53:50 +0300
commit904dfcc6a294aa4be904b026295f6f759a72df1b (patch)
treedd2320edf6ad7028ff259c45ce4e983f46e150ef /source/blender/src/header_action.c
parent0d08181c35c3d8e67e4119be2d836f0ee4bf951d (diff)
Disabled some code which I added to make the markers menu only
display in action editor header when there was a set of markers + an action.
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 1f84a1176e5..79fcd85adbe 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -1075,13 +1075,13 @@ void action_buttons(void)
"Key", xco, -2, xmax-3, 24, "");
xco+= xmax;
- if ((G.saction->markert != SACTION_NOMARKERS) &&
- (G.saction->action != NULL)) {
+ //if ((G.saction->markert != SACTION_NOMARKERS) &&
+ // (G.saction->action != NULL)) {
xmax= GetButStringLength("Marker");
uiDefPulldownBut(block, action_markermenu, NULL,
"Marker", xco, -2, xmax-3, 24, "");
xco+= xmax;
- }
+ //}
}
uiBlockSetEmboss(block, UI_EMBOSS);