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

DateNumber of Commits
April, 20191
March, 20190
February, 20190
January, 20192

Favourite Files

FilenameTotal Edits
GHOST_WindowWin32.cpp3
GHOST_WindowWin32.h3
GHOST_SystemWin32.cpp2
GHOST_ISystem.h1
rna_userdef.c1
GHOST_Types.h1
WM_api.h1
GHOST_System.cpp1
GHOST_System.h1
wm_window.c1

File Changes

ActionTotalPer Commit
Modified206.7

Code Changes

ActionTotalPer Commit
Lines Added520173.3
Lines Removed4916.3

Latest commits Feed

Revision 2933fd6 by Christopher Peerman / Brecht Van Lommel (master)
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
Revision 4693207 by Christopher Peerman / Brecht Van Lommel (master)
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
Revision 19fba61 by Christopher Peerman / Brecht Van Lommel (master)
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021