Erratic pen pressure #92436

Closed
opened 2021-10-23 16:00:57 +02:00 by Jason Klee · 19 comments

System Information
Operating system: Windows-10-10.0.19043-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12

Blender Version
Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-10-22 22:32, hash: 231d66d8ba
Worked: 2.93.4

Short description of error
Tablet pen pressure is erratic in both sculpting and grease pencil. occasionally pressure seems to be 100%
using xp-pen star 06, windows ink turned off in tablet settings. changing tablet API in blender doesn't help.
This doesn't happen in krita or in Blender 2.93.4.

Exact steps for others to reproduce the error

  1. create a plane and subdivide for sufficient resolution for sculpting
  2. sculpt lightly on the mesh. occasionally the problem will present itself.

OR:

  1. Create new 2D animation (CTRL N -> 2D Animation, or File New 2D Animation)
  2. draw light strokes. occasionally the problem will present itself.
**System Information** Operating system: Windows-10-10.0.19043-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12 **Blender Version** Broken: version: 3.0.0 Alpha, branch: master, commit date: 2021-10-22 22:32, hash: `231d66d8ba` Worked: 2.93.4 **Short description of error** Tablet pen pressure is erratic in both sculpting and grease pencil. occasionally pressure seems to be 100% using xp-pen star 06, windows ink turned off in tablet settings. changing tablet API in blender doesn't help. This doesn't happen in krita or in Blender 2.93.4. **Exact steps for others to reproduce the error** 1. create a plane and subdivide for sufficient resolution for sculpting 2. sculpt lightly on the mesh. occasionally the problem will present itself. OR: 1. Create new 2D animation (CTRL N -> 2D Animation, or File New 2D Animation) 2. draw light strokes. occasionally the problem will present itself.
Author

Added subscriber: @jasonklee

Added subscriber: @jasonklee

Added subscribers: @PrototypeNM1, @iss

Added subscribers: @PrototypeNM1, @iss

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

@jasonklee can you provide screenshot/recording of how this issue exhibits?

@PrototypeNM1 does this ring a bell?

@jasonklee can you provide screenshot/recording of how this issue exhibits? @PrototypeNM1 does this ring a bell?
Nicholas Rishel self-assigned this 2021-10-27 08:20:41 +02:00

Is pen pressure 100% for the full stroke when this happens, or just part of it? A screenshot of the issue would help narrow down the problem.

Is pen pressure 100% for the full stroke when this happens, or just part of it? A screenshot of the issue would help narrow down the problem.
Author

it's the full stroke. here is a video of the problem. the first 3 strokes are affected, then it works normally for a while then it happens several more times. https://www.youtube.com/watch?v=_EKENK46o-0

it's the full stroke. here is a video of the problem. the first 3 strokes are affected, then it works normally for a while then it happens several more times. https://www.youtube.com/watch?v=_EKENK46o-0

Thanks for the video. The cause of this issue relates to #89341 (fixing it will hide the problem).

I'll need to put together some tests to better understand what your tablet is doing.

Thanks for the video. The cause of this issue relates to #89341 (fixing it will hide the problem). I'll need to put together some tests to better understand what your tablet is doing.
Author

You're welcome. Just to clarify, my tablet is not in mouse mode as I think #89341 would suggest. Also, I've discovered that when I use "Windows Ink" in my tablet driver, the problem seems to be gone, but windows ink introduces other problems system wide. Hopefully this helps you somehow.

You're welcome. Just to clarify, my tablet is not in mouse mode as I think #89341 would suggest. Also, I've discovered that when I use "Windows Ink" in my tablet driver, the problem seems to be gone, but windows ink introduces other problems system wide. Hopefully this helps you somehow.

Thanks for clarifying, it was more a note to self as I know the code causing the problem. :)

Thanks for clarifying, it was more a note to self as I know the code causing the problem. :)

The symptoms of this issue should be resolved by 60c0b79256, but there remains an underlying issue that needs further investigation. Lack of pen pressure was an indicator that Wintab was falling back to low frequency input, which can result in jagged lines when drawing.

The symptoms of this issue should be resolved by 60c0b7925625, but there remains an underlying issue that needs further investigation. Lack of pen pressure was an indicator that Wintab was falling back to low frequency input, which can result in jagged lines when drawing.

Changed status from 'Needs User Info' to: 'Confirmed'

Changed status from 'Needs User Info' to: 'Confirmed'

@jasonklee could you repeat the bug by running blender.exe --debug-wintab with this build, copy the system console to this link, and link the paste in a reply to this report?

Just a note: this bug report doesn't happen in the main release of Blender because of fallback that is hiding it. We'd still like to fix this properly because the fallback causes jagged lines when drawing.

@jasonklee could you repeat the bug by running `blender.exe --debug-wintab` with [this build](https:*builder.blender.org/download/experimental/blender-3.3.0-alpha+wintab.6abc638a8b90-windows.amd64-release.zip), copy the system console [to this link](https:*developer.blender.org/paste/edit/form/default/), and link the paste in a reply to this report? Just a note: this bug report doesn't happen in the main release of Blender because of fallback that is hiding it. We'd still like to fix this properly because the fallback causes jagged lines when drawing.

Changed status from 'Confirmed' to: 'Needs User Info'

Changed status from 'Confirmed' to: 'Needs User Info'
Author
https://developer.blender.org/P2946 Hope it helps.
Author

here is another without loading previous preferences just in case.

https://developer.blender.org/P2947

here is another without loading previous preferences just in case. https://developer.blender.org/P2947

@jasonklee Could you try this build, and if things are still broken then same instructions as before for getting the log.

Note for self: this build tests if using PK_CHANGED filters invalid data.

@jasonklee Could you try [this build](https://builder.blender.org/download/experimental/blender-3.3.0-alpha+wintab.2ffd8cfd3a9d-windows.amd64-release.zip), and if things are still broken then same instructions as before for getting the log. Note for self: this build tests if using PK_CHANGED filters invalid data.

@jasonklee quick ping if you're still available to test the prior build; heads up that we normally close tasks that go without reply for a week.

@jasonklee quick ping if you're still available to test the prior build; heads up that we normally close tasks that go without reply for a week.

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Sign in to join this conversation.
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
Interest: X11
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
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#92436
No description provided.