Blender Git Commit Log

Git Commits -> Revision 2d40b8d

Revision 2d40b8d by Ton Roosendaal (master)
June 16, 2009, 13:09 (GMT)
2.5

Added SpaceLogic, to restore the old logic buttons into.
In future it can be used for a more advanced logic editor, with
states, behaviour, whatever. We'll see!

This commit only adds the backend for new space. Committed this
now as reference for when we need another space type. It's still
not well plugin-able (dynamic space types), but my idea is to just
have a new SpacePlugIn for this, with a neat small API to define
all relevant callbacks.

Also note the icon for the spacetype is wrong still.

Commit Details:

Full Hash: 2d40b8d56ff100b71dac7c4694f6115dcc0b01b5
SVN Revision: 20929
Parent Commit: 7d02642
Lines Changed: +839, -7

6 Added Paths:

/source/blender/editors/space_logic/logic_buttons.c (+147, -0) (View)
/source/blender/editors/space_logic/logic_header.c (+126, -0) (View)
/source/blender/editors/space_logic/logic_intern.h (+55, -0) (View)
/source/blender/editors/space_logic/Makefile (+54, -0)
/source/blender/editors/space_logic/SConscript (+18, -0) (View)
/source/blender/editors/space_logic/space_logic.c (+342, -0) (View)

18 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+8, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+3, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+1, -0) (Diff)
/source/blender/editors/include/ED_space_api.h (+1, -0) (Diff)
/source/blender/editors/interface/resources.c (+13, -0) (Diff)
/source/blender/editors/Makefile (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_lib.c (+9, -0) (Diff)
/source/blender/editors/mesh/editmesh_tools.c (+3, -3) (Diff)
/source/blender/editors/mesh/mesh_intern.h (+1, -0) (Diff)
/source/blender/editors/SConscript (+1, -0) (Diff)
/source/blender/editors/screen/area.c (+1, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+5, -0) (Diff)
/source/blender/editors/space_api/spacetypes.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_space_types.h (+17, -2) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+4, -1) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+26, -0) (Diff)
/source/Makefile (+1, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021