Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> chris_82
Christopher Peerman (chris_82)
Total Commits : 3
Master Commits : 3
Branch Commits : 0
First Commit : January 14, 2019
Latest Commit : April 3, 2019
Commits by Month
Date | Number of Commits | |
---|---|---|
April, 2019 | 1 | |
March, 2019 | 0 | |
February, 2019 | 0 | |
January, 2019 | 2 |
Favourite Files
Filename | Total Edits |
---|---|
GHOST_WindowWin32.cpp | 3 |
GHOST_WindowWin32.h | 3 |
GHOST_SystemWin32.cpp | 2 |
GHOST_ISystem.h | 1 |
rna_userdef.c | 1 |
GHOST_Types.h | 1 |
WM_api.h | 1 |
GHOST_System.cpp | 1 |
GHOST_System.h | 1 |
wm_window.c | 1 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 20 | 6.7 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 520 | 173.3 |
Lines Removed | 49 | 16.3 |
Latest commits
April 3, 2019, 16:04 (GMT) |
Fix T55589, T60967: Windows pen pressure issues at start/end of the stroke. The new implementation uses WM_POINTERDOWN, WM_POINTERUP and WM_POINTERUPDATE and the pointer API to process stylus events. This avoids the delays that comes with the WM_MOUSE and WM_xBUTTON events. The implementation should work on Windows 8, and Windows 10 with both legacy and new pen interaction. It also changes how the pressure is reset when the Windows Ink implementation is enabled. The previous version reset the pressure to full when the pen left the screen, however for some hardware implementations this allowed a small window where Blender may process the final move event and read the pressure as full leaving a dot on the last event. Differential Revision: https://developer.blender.org/D4314 |
January 14, 2019, 19:48 (GMT) |
Windows: add support for Windows Ink. Before this Blender always needed the Wintab driver. This adds support for the native pressure API in Windows 8+, making it possible to get pressure sensitivity on e.g. Microsoft Surface hardware without any extra drivers. By default Blender will automatically use Wintab if available, and if not use Windows Ink instead. There is also a new user preference to explicitly specify which API to use if automatic detection fails. Fixes T57869: no pressure sensitivity with Surface pen or laptop. Code by Christopher Peerman with some tweaks by Brecht Van Lommel. Differential Revision: https://developer.blender.org/D4165 |
January 14, 2019, 11:25 (GMT) |
Fix T55589: drawing strokes with Microsoft surface pen misses first part. This disables touch gesture recognition in Blender, avoiding any initial delay when drawing with grease pencil, texture paint, etc. Differential Revision: https://developer.blender.org/D4203 |
MiikaHweb - Blender Git Statistics v1.06