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:
authorTon Roosendaal <ton@blender.org>2003-10-26 02:03:19 +0400
committerTon Roosendaal <ton@blender.org>2003-10-26 02:03:19 +0400
commitf3532c7be527cf90a3f67b181315d25506b2f29d (patch)
tree42daf88dd2554c5eab89e40b425f203c8c72f544 /source/blender/include/BIF_space.h
parentc2cb25a4ed35cbdd5eb7b557d0123358cb95a034 (diff)
Split the 'background and settings' panel in 3d window in 2 parts.
Instructions for how to add panels there: - add a handler define code in BIF_space.h - create a menu item that invokes a add_blockhandler() - add to view3d_blockhandlers() the correct handler for it - plus create a panel itself, just copy one... it needs some stuff to get working, docs for that are for later
Diffstat (limited to 'source/blender/include/BIF_space.h')
-rw-r--r--source/blender/include/BIF_space.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/include/BIF_space.h b/source/blender/include/BIF_space.h
index cd99d101880..431713f6043 100644
--- a/source/blender/include/BIF_space.h
+++ b/source/blender/include/BIF_space.h
@@ -51,9 +51,8 @@ struct BWinEvent;
/* view3d handler codes */
#define VIEW3D_HANDLER_BACKGROUND 1
-#define VIEW3D_HANDLER_VIEW 2
+#define VIEW3D_HANDLER_PROPERTIES 2
#define VIEW3D_HANDLER_OBJECT 3
-#define VIEW3D_HANDLER_VERTEX 4
/* ipo handler codes */
#define IPO_HANDLER_SETTINGS 20