From 1363134dee60ce96ab0772b72283fb405b6a75ed Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Mon, 7 Jan 2008 18:03:41 +0000 Subject: Whole lot of changes.... here a shortlist: - removed editors/area and put this all in screen - added first python calls (note, a new c file for scriptlinks) - added view3d editor callbacks (no drawing yet) - added files in editors/interface (Cmake and Scons has to be fixed, help welcome!) - now areas/headers are being converted on file read - note: previously saved 2.50 files will crash!!! (.B.blend) - area regions are being drawn, first handler for cursor added (on edge) - window duplicate and scale works correct for screen subdiv Todos for me: - need to fix things in syntax (function names) a bit still - more operators for screen - define how Context will work... still unresolved when it gets set - docs! Reviews of code structure is welcome! There are also more todos now for others, but it can wait a couple of days --- source/blender/editors/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/Makefile') diff --git a/source/blender/editors/Makefile b/source/blender/editors/Makefile index d5002f530c1..00095860003 100644 --- a/source/blender/editors/Makefile +++ b/source/blender/editors/Makefile @@ -29,6 +29,6 @@ # Bounces make to subdirectories. SOURCEDIR = source/blender/editors -DIRS = area datafiles screen +DIRS = datafiles screen space_view3d include nan_subdirs.mk -- cgit v1.2.3