Joseph Eagar JosephEagar
  • Sacramento, California, USA
  • Joined on 2004-09-20
Joseph Eagar pushed to fix-tablet-delay-bug at JosephEagar/blender 2023-07-15 20:32:43 +02:00
e65e9a988c Merge branch 'main' into fix-tablet-delay-bug
3478093183 GHOST: Bump OpenGL minimum version to 4.3
35e398ae7a Cleanup: more consistent variable names
831f40bf4a Fix: nested node group ids not stable when grouping/ungrouping
87fc14e52d Fix UV pin invert being used for P/Alt-P shortcuts
Compare 10 commits »
Joseph Eagar pushed to fix-tablet-delay-bug at JosephEagar/blender 2023-07-15 20:32:00 +02:00
0524cf58cc Make requested changes
Joseph Eagar commented on issue blender/blender#107674 2023-07-15 00:06:35 +02:00
Unsubdivide and rebuild subdivisions from multires.

It looks like this is doable, yes. There's an early check that rejects wire edges. If you comment it out it actually works with this mesh. It's just a matter of going through and checking the…

Joseph Eagar commented on issue blender/blender#93796 2023-07-14 23:47:01 +02:00
Graphics Tablet Lag when in Texture Paint mode in Blender 3.0

I think I might have found a fix.

Here's the link to download a test build, it might take 45 minutes or so to show up:

https://bui

Joseph Eagar commented on pull request blender/blender#110119 2023-07-14 23:44:31 +02:00
Paint: Fix drawing delay bug with paint modes

@blender-bot package

Joseph Eagar created pull request blender/blender#110119 2023-07-14 23:40:39 +02:00
Paint: Fix drawing delay bug with paint modes
Joseph Eagar created branch fix-tablet-delay-bug in JosephEagar/blender 2023-07-14 23:33:51 +02:00
Joseph Eagar pushed to fix-tablet-delay-bug at JosephEagar/blender 2023-07-14 23:33:51 +02:00
5f88fc3638 Paint: Fix drawing delay bug with paint modes
Joseph Eagar pushed to temp-tablet-stroke-bug at JosephEagar/blender 2023-07-14 23:22:01 +02:00
d967af192d commit current code
0be1d20bf8 commit current code
Compare 2 commits »
Joseph Eagar commented on pull request blender/blender#110116 2023-07-14 22:56:38 +02:00
Tablet event debugger

@blender-bot package macos

Joseph Eagar commented on issue blender/blender#93796 2023-07-14 22:43:34 +02:00
Graphics Tablet Lag when in Texture Paint mode in Blender 3.0

Ok I've made a build here. Doodle around for 30-60 seconds and make sure you get the delay. It will write a file called paint_log.txt in…

Joseph Eagar pushed to temp-tablet-stroke-bug at JosephEagar/blender 2023-07-14 22:34:21 +02:00
7e206b8e64 Merge branch 'main' into temp-tablet-stroke-bug
d8e4fe3207 EEVEE-Next: Add back fresnel functions
1a24b5f81f EEVEE Next: Hair & Curves
e48d0c3cda EEVEE Next: Point Clouds
9175d9b7c2 Fix: Removing layer in BMesh can destroy others
Compare 8 commits »
Joseph Eagar commented on pull request blender/blender#110116 2023-07-14 22:23:24 +02:00
Tablet event debugger

@blender-bot build macos

Joseph Eagar pushed to temp-tablet-stroke-bug at JosephEagar/blender 2023-07-14 22:21:12 +02:00
9434753b91 Make gcc happy.
Joseph Eagar commented on pull request blender/blender#110116 2023-07-14 22:12:31 +02:00
Tablet event debugger

@blender-bot package

Joseph Eagar created pull request blender/blender#110116 2023-07-14 22:12:19 +02:00
Tablet event debugger
Joseph Eagar pushed to temp-tablet-stroke-bug at JosephEagar/blender 2023-07-14 22:07:08 +02:00
1063361159 Don't print to console, only to log file
Joseph Eagar created branch temp-tablet-stroke-bug in JosephEagar/blender 2023-07-14 22:04:11 +02:00
Joseph Eagar pushed to temp-tablet-stroke-bug at JosephEagar/blender 2023-07-14 22:04:11 +02:00
c938c814f1 Test branch for investigating tablet event bug
042cdd75e8 Remove white space
7600748df9 Merge branch 'main' into temp-fix-bmesh-customdata-bug
22ab84d831 Use standard idiom for allocator template
3da31458c8 Make proper use of BitVector
Compare 10 commits »
Joseph Eagar commented on issue blender/blender#93796 2023-07-14 19:24:55 +02:00
Graphics Tablet Lag when in Texture Paint mode in Blender 3.0

Thanks for reporting this. This might be the infamous tablet bug that's been eluding us, so we might need your help in fixing it. My own tablet screen rarely does this which is why it's been hard…