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:
authorThomas Dinges <blender@dingto.org>2009-08-17 02:01:20 +0400
committerThomas Dinges <blender@dingto.org>2009-08-17 02:01:20 +0400
commit2cf5b528569e22892bff4aee179ea949278145f3 (patch)
treee097257b1323beadbf7d3d55caf2fb8d5867adb9 /source/blender/editors
parent64fb0667b29e9c174c3df88ea1f664f45630348f (diff)
2.5 Timeline:
* Finally the header and menus are done via python. * Added RNA for sync audio. Note: This is just a basic working version in python. It needs more work and some layout changes. Joshua: Feel free to adjust this further :)
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_time/space_time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_time/space_time.c b/source/blender/editors/space_time/space_time.c
index 77ad832e4e9..784b151f909 100644
--- a/source/blender/editors/space_time/space_time.c
+++ b/source/blender/editors/space_time/space_time.c
@@ -270,7 +270,7 @@ static void time_main_area_listener(ARegion *ar, wmNotifier *wmn)
/* ************************ header time area region *********************** */
-//#define PY_HEADER
+#define PY_HEADER
/* add handlers, stuff you only do once or on area/region changes */
static void time_header_area_init(wmWindowManager *wm, ARegion *ar)
{