Blender Git Loki
Git Commits -> Revision 8be23f9
Revision 8be23f9 by Ton Roosendaal (master) December 14, 2008, 14:43 (GMT) |
2.5 Basics for the remaining 6 spacetypes. Note: Andrea prefers to merge SpaceImaSel with SpaceFile for that I'll provide a good readfile.c patch later |
Commit Details:
Full Hash: 8be23f94902a9338c5fad1d826a69bfb4be3630c
SVN Revision: 17849
Parent Commit: 965f872
Lines Changed: +3037, -1
30 Added Paths:
/source/blender/editors/space_action/action_header.c (+132, -0) (View)
/source/blender/editors/space_action/action_intern.h (+39, -0) (View)
/source/blender/editors/space_action/Makefile (+53, -0)
/source/blender/editors/space_action/SConscript (+9, -0) (View)
/source/blender/editors/space_action/space_action.c (+276, -0) (View)
/source/blender/editors/space_nla/Makefile (+53, -0)
/source/blender/editors/space_nla/nla_header.c (+132, -0) (View)
/source/blender/editors/space_nla/nla_intern.h (+39, -0) (View)
/source/blender/editors/space_nla/SConscript (+9, -0) (View)
/source/blender/editors/space_nla/space_nla.c (+275, -0) (View)
/source/blender/editors/space_script/Makefile (+53, -0)
/source/blender/editors/space_script/SConscript (+9, -0) (View)
/source/blender/editors/space_script/script_header.c (+132, -0) (View)
/source/blender/editors/space_script/script_intern.h (+39, -0) (View)
/source/blender/editors/space_script/space_script.c (+245, -0) (View)
/source/blender/editors/space_sequencer/Makefile (+53, -0)
/source/blender/editors/space_sequencer/SConscript (+9, -0) (View)
/source/blender/editors/space_sequencer/sequencer_header.c (+132, -0) (View)
/source/blender/editors/space_sequencer/sequencer_intern.h (+41, -0) (View)
/source/blender/editors/space_sequencer/space_sequencer.c (+264, -0) (View)
/source/blender/editors/space_sound/Makefile (+53, -0)
/source/blender/editors/space_sound/SConscript (+9, -0) (View)
/source/blender/editors/space_sound/sound_header.c (+132, -0) (View)
/source/blender/editors/space_sound/sound_intern.h (+39, -0) (View)
/source/blender/editors/space_sound/space_sound.c (+270, -0) (View)
/source/blender/editors/space_text/Makefile (+53, -0)
/source/blender/editors/space_text/SConscript (+9, -0) (View)
/source/blender/editors/space_text/space_text.c (+238, -0) (View)
/source/blender/editors/space_text/text_header.c (+132, -0) (View)
/source/blender/editors/space_text/text_intern.h (+39, -0) (View)
/source/blender/editors/space_action/action_intern.h (+39, -0) (View)
/source/blender/editors/space_action/Makefile (+53, -0)
/source/blender/editors/space_action/SConscript (+9, -0) (View)
/source/blender/editors/space_action/space_action.c (+276, -0) (View)
/source/blender/editors/space_nla/Makefile (+53, -0)
/source/blender/editors/space_nla/nla_header.c (+132, -0) (View)
/source/blender/editors/space_nla/nla_intern.h (+39, -0) (View)
/source/blender/editors/space_nla/SConscript (+9, -0) (View)
/source/blender/editors/space_nla/space_nla.c (+275, -0) (View)
/source/blender/editors/space_script/Makefile (+53, -0)
/source/blender/editors/space_script/SConscript (+9, -0) (View)
/source/blender/editors/space_script/script_header.c (+132, -0) (View)
/source/blender/editors/space_script/script_intern.h (+39, -0) (View)
/source/blender/editors/space_script/space_script.c (+245, -0) (View)
/source/blender/editors/space_sequencer/Makefile (+53, -0)
/source/blender/editors/space_sequencer/SConscript (+9, -0) (View)
/source/blender/editors/space_sequencer/sequencer_header.c (+132, -0) (View)
/source/blender/editors/space_sequencer/sequencer_intern.h (+41, -0) (View)
/source/blender/editors/space_sequencer/space_sequencer.c (+264, -0) (View)
/source/blender/editors/space_sound/Makefile (+53, -0)
/source/blender/editors/space_sound/SConscript (+9, -0) (View)
/source/blender/editors/space_sound/sound_header.c (+132, -0) (View)
/source/blender/editors/space_sound/sound_intern.h (+39, -0) (View)
/source/blender/editors/space_sound/space_sound.c (+270, -0) (View)
/source/blender/editors/space_text/Makefile (+53, -0)
/source/blender/editors/space_text/SConscript (+9, -0) (View)
/source/blender/editors/space_text/space_text.c (+238, -0) (View)
/source/blender/editors/space_text/text_header.c (+132, -0) (View)
/source/blender/editors/space_text/text_intern.h (+39, -0) (View)
6 Modified Paths:
/source/blender/blenloader/intern/readfile.c (+44, -0) (Diff)
/source/blender/editors/include/ED_space_api.h (+6, -0) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/SConscript (+6, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+6, -0) (Diff)
/source/Makefile (+6, -0) (Diff)
/source/blender/editors/include/ED_space_api.h (+6, -0) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/SConscript (+6, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+6, -0) (Diff)
/source/Makefile (+6, -0) (Diff)