From a2175968a7a21bd09463ac9582130c593d27094d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 14 Nov 2008 17:05:25 +0000 Subject: RNA * Added RNA list viewer. This is currently drawn in the outliner window, the UI is limited but it is just intended to test RNA at the moment. * Added UI names for currently wrapped properties. * Made iterating collections a bit more convenient. --- 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 3ea82ebe3b4..b051abb9134 100644 --- a/source/blender/editors/Makefile +++ b/source/blender/editors/Makefile @@ -29,6 +29,6 @@ # Bounces make to subdirectories. SOURCEDIR = source/blender/editors -DIRS = datafiles screen space_time space_view3d interface +DIRS = datafiles screen space_outliner space_time space_view3d interface include nan_subdirs.mk -- cgit v1.2.3