This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/editors/interface
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
..
2009-01-15 04:13:38 +00:00
2009-01-06 14:42:54 +00:00
2008-12-26 13:11:04 +00:00
2.5
2008-12-26 13:29:47 +00:00
2.5
2009-01-19 16:54:41 +00:00
2009-01-15 04:13:38 +00:00
2.5
2009-01-07 17:25:17 +00:00
2008-11-12 21:16:53 +00:00
2009-01-17 22:14:08 +00:00
2008-12-23 21:20:34 +00:00
RNA
2009-01-16 23:53:11 +00:00
2009-01-15 04:13:38 +00:00