As creator of the Ipo I also reserve to right to kick it out
definitely :) To honour the wonderful contributions from Joshua
here it is; renamed space_ipo to space_graph!

Note; make, cmake and scons should work, msvc will require some
work now!
This commit is contained in:
2009-02-03 12:04:05 +00:00
parent afe28a1a61
commit 267a555fef
12 changed files with 11 additions and 11 deletions

View File

@@ -233,7 +233,7 @@ PULIB += $(OCGDIR)/blender/ed_info/libed_info.a
PULIB += $(OCGDIR)/blender/ed_buttons/libed_buttons.a
PULIB += $(OCGDIR)/blender/ed_node/libed_node.a
PULIB += $(OCGDIR)/blender/ed_image/libed_image.a
PULIB += $(OCGDIR)/blender/ed_ipo/libed_ipo.a
PULIB += $(OCGDIR)/blender/ed_graph/libed_graph.a
PULIB += $(OCGDIR)/blender/ed_outliner/libed_outliner.a
PULIB += $(OCGDIR)/blender/ed_time/libed_time.a
PULIB += $(OCGDIR)/blender/ed_preview/libed_preview.a

View File

@@ -29,6 +29,6 @@
# Bounces make to subdirectories.
SOURCEDIR = source/blender/editors
DIRS = armature mesh animation object sculpt datafiles transform screen curve gpencil physics preview uvedit space_outliner space_time space_view3d interface util space_api space_ipo space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer
DIRS = armature mesh animation object sculpt datafiles transform screen curve gpencil physics preview uvedit space_outliner space_time space_view3d interface util space_api space_graph space_image space_node space_buttons space_info space_file space_sound space_action space_nla space_script space_text space_sequencer
include nan_subdirs.mk

View File

@@ -18,7 +18,7 @@ SConscript(['datafiles/SConscript',
'space_file/SConscript',
'space_image/SConscript',
'space_info/SConscript',
'space_ipo/SConscript',
'space_graph/SConscript',
'space_node/SConscript',
'space_outliner/SConscript',
'space_time/SConscript',

View File

@@ -28,7 +28,7 @@
#
# Makes module object directory and bounces make to subdirectories.
LIBNAME = ed_ipo
LIBNAME = ed_graph
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk

View File

@@ -6,4 +6,4 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../makesrna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
env.BlenderLib ( 'bf_editors_space_ipo', sources, Split(incs), [], libtype=['core'], priority=[50] )
env.BlenderLib ( 'bf_editors_space_graph', sources, Split(incs), [], libtype=['core'], priority=[50] )

View File

@@ -76,7 +76,7 @@
#include "ED_anim_api.h"
#include "ED_util.h"
#include "ipo_intern.h"
#include "graph_intern.h"
#include "UI_interface.h"
#include "UI_interface_icons.h"

View File

@@ -82,7 +82,7 @@
#include "WM_api.h"
#include "WM_types.h"
#include "ipo_intern.h"
#include "graph_intern.h"
#if 0 // XXX code to be sanitied for new system

View File

@@ -57,7 +57,7 @@
#include "UI_resources.h"
#include "UI_view2d.h"
#include "ipo_intern.h"
#include "graph_intern.h"
/* ********************************************************* */
/* Menu Defines... */

View File

@@ -50,7 +50,7 @@
#include "BIF_transform.h"
#include "ipo_intern.h"
#include "graph_intern.h"
#include "RNA_access.h"
#include "RNA_define.h"

View File

@@ -79,7 +79,7 @@
#include "WM_api.h"
#include "WM_types.h"
#include "ipo_intern.h"
#include "graph_intern.h"
/* ************************************************************************** */

View File

@@ -58,7 +58,7 @@
#include "UI_resources.h"
#include "UI_view2d.h"
#include "ipo_intern.h" // own include
#include "graph_intern.h" // own include
/* ******************** default callbacks for ipo space ***************** */