Nicholas Rishel PrototypeNM1
  • Joined on 2011-09-17
Nicholas Rishel commented on pull request blender/blender#117341 2024-01-25 08:36:50 +01:00
Fix #117185: Zooming out is slow on Windows precision touchpad

What you experience is probably the fact, that you can zoom out more using one gesture than zooming in. If I print the scale value reported by Windows, the minimum and maximum values I can get…

Nicholas Rishel commented on pull request blender/blender#117341 2024-01-21 01:39:35 +01:00
Fix #117185: Zooming out is slow on Windows precision touchpad

Manually testing this seems to have reversed the problem, zooming out moves more than zooming in?

Nicholas Rishel commented on pull request blender/blender#117341 2024-01-21 00:09:10 +01:00
Fix #117185: Zooming out is slow on Windows precision touchpad

Ack, wrong command. @blender-bot package windows

Nicholas Rishel pushed to precision-touchpad-zoom-out-speed at pembem22/blender 2024-01-20 08:07:07 +01:00
83457b33c4 Fix #117185: Zooming out is slow on Windows precision touchpad
33bb3d838f Fix #117224: Outliner recursive selection fails in reverse order
d2e4da0f5b Cleanup: reduce C-isms in imbuf headers
a705259b4b Cleanup: move imbuf .h files to .hh
487adcb992 Fix: build error when not using unity build
Compare 16 commits »
Nicholas Rishel commented on pull request blender/blender#116114 2023-12-13 02:09:03 +01:00
Platforms: Win32 Use Message Time for WinTab events

I vaguely remember that we can limit reading the Wintab packets constrained to those associated to the current WT_PACKET Windows message, currently I believe we drain the whole Wintab packet…

Nicholas Rishel suggested changes for blender/blender#110148 2023-07-24 00:59:51 +02:00
Core: Explicitly throttle mousemove events

Rejected for systemic concerns noted in PR comments, requesting changes to put a pin in that.

Nicholas Rishel commented on pull request blender/blender#110148 2023-07-24 00:47:01 +02:00
Core: Explicitly throttle mousemove events

I don't believe we want to pursue this approach. This will just introduce a new bug for users asking why they have periodic straight line jumps in otherwise smooth brush strokes.

In general I…

Nicholas Rishel commented on pull request blender/blender#106995 2023-04-22 00:44:57 +02:00
WIP: Add multitouch input for Windows

Yep, this is only "correctly" implemented for View 2D views (not 2D views in general), and even then it's making no attempt to handle little detail such as swapping left/right or top/down touch…

Nicholas Rishel commented on issue blender/blender#105503 2023-04-16 22:55:21 +02:00
Shortcut detection problem for tablet user

Couldn't recreate this behavior on a Surface device (Windows Ink). Will try on a Wintab device when I'm able to.

Nicholas Rishel pushed to touch at PrototypeNM1/blender 2023-04-16 03:25:53 +02:00
Nicholas Rishel pushed to touch at PrototypeNM1/blender 2023-04-16 03:19:06 +02:00
52192f97b4 Merge branch 'touch' of projects.blender.org:PrototypeNM1/blender into touch
1283dc6ed3 Setup for implementing touch navigation in View3D.
da68aff954 Added touch pan/zoom to the clip space.
ee8b8a0607 Added touch pan/zoom to the image space.
208ce7232d Added touch pan/zoom to View2D.
Compare 8 commits »
Nicholas Rishel pushed to touch at PrototypeNM1/blender 2023-04-16 02:28:08 +02:00
0f2f8a84ea Setup for implementing touch navigation in View3D.
403fd9e018 Added touch pan/zoom to the clip space.
491140f1db Added touch pan/zoom to the image space.
12cd233227 Added touch pan/zoom to View2D.
Compare 4 commits »
Nicholas Rishel created pull request blender/blender#106995 2023-04-16 00:14:59 +02:00
WIP: Add multitouch input for Windows
Nicholas Rishel pushed to touch at PrototypeNM1/blender 2023-04-16 00:07:46 +02:00
b0a83056eb Setup for implementing touch navigation in View3D.
4e144c94c2 Added touch pan/zoom to the clip space.
fb325a17b5 Added touch pan/zoom to the image space.
401a2ab4a0 Added touch pan/zoom to View2D.
8a5d33188e Added touch events to window manager.
Compare 634 commits »
Nicholas Rishel created branch touch in PrototypeNM1/blender 2023-03-19 07:00:23 +01:00
Nicholas Rishel pushed to touch at PrototypeNM1/blender 2023-03-19 07:00:23 +01:00
00a00a84c0 Setup for implementing touch navigation in View3D.
72e2aa0cc9 Added touch pan/zoom to the clip space.
bd01a81835 Added touch pan/zoom to the image space.
721a730b84 Added two finger touch pan and zoom to View2D.
66cc40175c Implemented tracking multiple touch points in the View2D touch modal operator.
Compare 10 commits »
Nicholas Rishel created repository PrototypeNM1/blender 2023-02-18 08:22:16 +01:00
Nicholas Rishel reopened issue blender/blender#94037 2023-02-18 08:18:45 +01:00
The walk mode is stuck when it is enabled while using a tablet pen
Nicholas Rishel closed issue blender/blender#94037 2023-02-18 08:18:37 +01:00
The walk mode is stuck when it is enabled while using a tablet pen