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>2008-12-13 21:09:49 +0300
committerTon Roosendaal <ton@blender.org>2008-12-13 21:09:49 +0300
commit04e264a7a22303ad61940a849a93735f06a5893a (patch)
tree2b3624042f5ba5e69eeae1f3a39f8f0f34f0a627 /source/blender/editors/space_api
parente0ab792cf6d831c4c6d93cf5a6a8f2fac77ec8f9 (diff)
2.5
The basics for Node Space.... no complaints sofar :)
Diffstat (limited to 'source/blender/editors/space_api')
-rw-r--r--source/blender/editors/space_api/spacetypes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_api/spacetypes.c b/source/blender/editors/space_api/spacetypes.c
index 138a4d72d83..c8b414f56ac 100644
--- a/source/blender/editors/space_api/spacetypes.c
+++ b/source/blender/editors/space_api/spacetypes.c
@@ -66,6 +66,7 @@ void ED_spacetypes_init(void)
ED_spacetype_view3d();
ED_spacetype_ipo();
ED_spacetype_image();
+ ED_spacetype_node();
// ...
/* register operator types for screen and all spaces */