Start of a brush stroke always results with maximum pen pressure using Wintab and Windows Ink, latest 2.93 alpha and Huion WH1409 v2. #85747
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#85747
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits
Graphics card: Radeon RX 580 Series ATI Technologies Inc. 4.5.14758 Core Profile Context 21.2.2 27.20.14535.1000
Blender Version
Broken: version: 2.93.0 Alpha, branch: master, commit date: 2021-02-16 23:15, hash:
461d4fc1aa
Worked: 2.91
Short description of error
Starting a brush stroke always results in maximum pen pressure, even tho i use low pressure. Bug in Wintab and WIndows Ink but Windows Ink also gives no brushstroke except the initial maximum pen pressure dot. See video.2021-02-17 19-00-25.mp4
All drivers are up to date.
EDIT: EDIT: I restarted my PC and it seems Windows Ink is working fine now. Proper pen pressure and no pressure spikes but instead Wintab gives me full pen pressure all the time. Weird...
Exact steps for others to reproduce the error
Use a Huion tablet and sculpt something
Added subscriber: @Harti
#85760 was marked as duplicate of this issue
Added subscriber: @PrototypeNM1
@PrototypeNM1 Thats probably something for you
EDIT: I restarted my PC and it seems Windows Ink is working fine now. Proper pen pressure and no pressure spikes but instead Wintab gives me full pen pressure all the time. Weird...
Full pen pressure is a sign that the tablet is not being recognized (it's just acting as a mouse). I reverted the tablet handling to what existed in Blender 2.91 so it's surprising that it's not working now.
Note that Blender may need to be restarted after changing the Tablet API. Also could you find an old paste link from your prior issues so I can see what Wintab was doing at the time?
@PrototypeNM1 https://developer.blender.org/P1760
https://developer.blender.org/P1793
Added subscribers: @Phigon, @lichtwerk
@Harti just to confirm, if you change the Tablet API and restart Blender, is that enough to make pressure work (until you change the API again)? Or does it require a full restart?
The issue of full pen pressure at the start is impractical to fix. Wintab works by bolting pressure and tilt information onto normal Windows mouse input, instead of using the position provided by Wintab. These two systems are not synchronized (also not practical to synchronize).
Older versions of Blender hid this problem decently well, but it's re-exposed again because high frequency mouse input breaks the heuristic which hid the problem.
I only tested Windows Ink today and everything worked fine (except one or two pen pressure spike hickups - i believe). Will test more tomorrow. Haven't changed tablet API today.
I don't know what high frequency mouse input is but it sounds like something I'd rather not have.
Looks like this is now handled in {#85844}?
Will merge these report (@PrototypeNM1 : correct me if I am wrong)
Closed as duplicate of #85844