blender/source/gameengine
Ton Roosendaal bc63213844 2.5
View3D has been split now in a local part (RegionView3D) and a
per-area part (old View3D). Currently local is:

- view transform
- camera zoom/offset
- gpencil (todo)
- custom clipping planes

Rest is in Area still, like active camera, draw type, layers,
localview, custom centers, around-settings, transform widget,
gridlines, and so on (mostly stuff as available in header).

To see it work; also added new feature for region split, 
press SHIFT+ALT+CTRL+S for four-split. 
The idea is to make a preset 4-split, configured to stick
to top/right/front views for three views.
Another cool idea to explore is to then box-clip all drawing
based on these 3 views.

Note about the code:
- currently view3d still stores some depricated settings, to
  convert from older files. Not all settings are copied over
  though, like custom clip planes or the 'lock view to object'.
- since some view3d ops are now on area level, the operators
  for it should keep track of that.

Bugfix in transform: quat initialize in operator-invoke missed
one zero.

Als brought back GE to compile for missing Ipos and channels.
2009-01-19 16:54:41 +00:00
..
BlenderRoutines 2.5 2009-01-19 16:54:41 +00:00
Converter 2.5 2009-01-19 16:54:41 +00:00
Expressions 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
GameLogic 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
GamePlayer 2.5 2009-01-04 14:14:06 +00:00
Ketsji 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
Network 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
Physics 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
PyDoc 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r17434:HEAD 2008-12-14 17:32:24 +00:00
Rasterizer 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
SceneGraph 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
VideoTexture 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00
CMakeLists.txt VideoTexture module. 2008-10-31 22:35:52 +00:00
Makefile Makefile fixes for compiling with new videotexture code. 2008-11-02 18:12:45 +00:00
SConscript 2.5 / SCons / BGE 2008-12-24 21:33:51 +00:00