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>2008-12-22 13:15:02 +0300
committerJoshua Leung <aligorith@gmail.com>2008-12-22 13:15:02 +0300
commitcedb19ef3edcac962af8b0f661411a7e019b53c4 (patch)
tree8e4675a40ae303220b0f3fba9cc598bd87dce101 /source/blender/editors/space_time/time_header.c
parentbac4d10174da530427343e6238be16b8a8ee3ac8 (diff)
2.5 - Animation tweaks - bringing back more code
* Action Editor - IPO curve names are shown properly again. Added anim_ipo_utils.c (old editipo_lib.c) file back. This will need to be removed when I port IPO system to RNA. * Keyframing code - uncommented more of the code that's now working * Made the 'preview range' button on timeline header draw more clearly
Diffstat (limited to 'source/blender/editors/space_time/time_header.c')
-rw-r--r--source/blender/editors/space_time/time_header.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_time/time_header.c b/source/blender/editors/space_time/time_header.c
index 69922d24ceb..2dac1fefd09 100644
--- a/source/blender/editors/space_time/time_header.c
+++ b/source/blender/editors/space_time/time_header.c
@@ -457,8 +457,8 @@ void time_header_buttons(const bContext *C, ARegion *ar)
uiBlockBeginAlign(block);
- uiDefButI(block, TOG, B_TL_PREVIEWON,"Preview",
- xco,yco, XIC, YIC,
+ uiDefButI(block, TOG, B_TL_PREVIEWON,"PR",
+ xco,yco, XIC*3, YIC,
&scene->r.psfra,0, 1, 0, 0,
"Show settings for frame range of animation preview");