Blender Git Loki

Git Commits -> Revision deb180e

Revision deb180e by Campbell Barton (master)
July 16, 2009, 22:47 (GMT)
- Scrollbars for the console (use View2D functions)
- Set View2D operators not to register, got in the way a lot with the console.
- Made autocomplete Ctrl+Enter so Tab can be used.
- Should work with python 2.5 now. (patch from Vilda)
- Moved report struct definitions into DNA_windowmanager_types.h, could also have DNA_report_types.h however the reports are not saved, its just needed so the report list can be used in the wmWindowManager struct. Fixes a crash reported by ZanQdo.
- Store the report message length in the report so calculating the total height including word wrap is not so slow.

Commit Details:

Full Hash: deb180e37f324ab789ecbf608d08c9f031953749
SVN Revision: 21639
Parent Commit: 9eebb2c
Lines Changed: +201, -123

14 Modified Paths:

/release/ui/space_console.py (+5, -3) (Diff)
/source/blender/blenkernel/BKE_report.h (+2, -36) (Diff)
/source/blender/blenkernel/intern/context.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/report.c (+4, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+2, -1) (Diff)
/source/blender/editors/interface/view2d_ops.c (+8, -8) (Diff)
/source/blender/editors/space_console/console_draw.c (+87, -34) (Diff)
/source/blender/editors/space_console/console_intern.h (+1, -0) (Diff)
/source/blender/editors/space_console/console_ops.c (+4, -2) (Diff)
/source/blender/editors/space_console/space_console.c (+44, -26) (Diff)
/source/blender/makesdna/DNA_space_types.h (+1, -1) (Diff)
/source/blender/makesdna/DNA_windowmanager_types.h (+39, -2) (Diff)
/source/blender/windowmanager/intern/wm.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_init_exit.c (+2, -6) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021