YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#126939 2024-08-30 05:50:40 +02:00
Blender crashes every time i try to use "Smooth" set on negative direction with stylus

If I'm understanding correctly you are using Smooth brush with the direction set to -, here it doesn't seem to crash on my Cintiq 24 on 4.2.1 19d8859c49c9 or 4.3... Will check the exact hash…

YimingWu commented on issue blender/blender#126818 2024-08-30 05:42:13 +02:00
The --cycles-device command line option does nothing

Then this is probably a problem hummm. Will poke developers

YimingWu commented on issue blender/blender#101436 2024-08-29 13:48:09 +02:00
Texture painting does blend modes like overlay incorrectly when using 16/32bit images

@SimonThommes I have uploaded PR #126933 to fix affected blending functions.

Other than vivid light having some weird clipping issue when brush color being very bright, the rest of the blending…

YimingWu created pull request blender/blender#126933 2024-08-29 13:46:39 +02:00
Fix #101436: Handle premulitplied pixels in blending float colors
YimingWu created branch fix-101436 in ChengduLittleA/blender 2024-08-29 13:46:02 +02:00
YimingWu pushed to fix-101436 at ChengduLittleA/blender 2024-08-29 13:46:02 +02:00
518df5a666 Fix #101436: Handle premulitplied pixels in blending float colors
YimingWu closed pull request blender/blender#119856 2024-08-29 05:36:42 +02:00
Fix #98014: Preserve tool when exiting full screen area
YimingWu commented on pull request blender/blender#119856 2024-08-29 05:36:39 +02:00
Fix #98014: Preserve tool when exiting full screen area

Yeah seems that we could close this because the brush asset system has apparently solved the issue.

YimingWu commented on issue blender/blender#126812 2024-08-29 05:35:42 +02:00
blender 4..3 alpha Still unresponsive and unable to open

@yeye please unzip to a new place. It's possible that your old installation had plugin enabled and it will stay in the same scripts directory if you unzip over the old version.

YimingWu commented on issue blender/blender#101436 2024-08-28 16:12:53 +02:00
Texture painting does blend modes like overlay incorrectly when using 16/32bit images

OK I can confirm that this is indeed pre-multiply issue with the old mixing functions. The funny thing about this is that for those mixing modes the treatment of alpha channels aren't really…

YimingWu commented on issue blender/blender#126863 2024-08-28 14:07:39 +02:00
blender crash when a float texture with a size of 16384x16384 is created in gpu in eevee next

The log doesn't look very conclusive to me... It's still likely that you are running out of video memory. Try using a smaller texture like 8192x8192 and see if it will lead to crashes. Thanks!

YimingWu commented on issue blender/blender#98014 2024-08-28 11:47:48 +02:00
Texture Paint mode tools swap when exiting maximized area

Ah looks like it's not happening on my side as well now

YimingWu commented on issue blender/blender#126812 2024-08-28 10:58:17 +02:00
blender 4..3 alpha Still unresponsive and unable to open

Hi @yeye , do you have any plugins enabled? Are you unzipping blender directly over your existing installation or to a new fresh directory? It could be possible that some plugins are trying to…

YimingWu commented on issue blender/blender#101436 2024-08-28 10:43:21 +02:00
Texture painting does blend modes like overlay incorrectly when using 16/32bit images

Hi! Is this brush mixing problem still relevant? A quick test with float image buffer with strength turned way down didn't really give that kind of "dark border" effect in 4.3 now. It looks just…

YimingWu pushed to main at blender/blender 2024-08-28 09:10:27 +02:00
17397dae19 Fix #125680: Grease Pencil edit overlay shader theme switch
YimingWu deleted branch fix-125680 from ChengduLittleA/blender 2024-08-28 09:10:25 +02:00
YimingWu closed issue blender/blender#125680 2024-08-28 09:10:25 +02:00
Regression: GPv3: Theme vertex size and color not working correctly
YimingWu merged pull request blender/blender#125689 2024-08-28 09:10:23 +02:00
Fix #125680: Grease Pencil edit overlay shader theme switch
YimingWu pushed to fix-125680 at ChengduLittleA/blender 2024-08-28 08:57:55 +02:00
1ed29de095 Reuse old shader file but add an option
4dd9749143 Merge branch 'main' into fix-125680
81870ce418 Cleanup: Use const char* in declaring imb_exr_get_pass().
d9cfb9fea2 Fix #126573: Crash calling popups without a "window" set
5cb29528e6 Cleanup: spelling in comments
Compare 732 commits »
YimingWu commented on pull request blender/blender#125689 2024-08-28 08:41:55 +02:00
Fix #125680: Grease Pencil edit overlay shader theme switch

I see. I'll try change this then :D Thanks!