YimingWu ChengduLittleA
  • Joined on 2014-05-03
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!

YimingWu commented on issue blender/blender#126859 2024-08-28 08:33:29 +02:00
bpy.data.batch_remove([some_coll]) is always recursive

I guess if it's intended we could just describe the behaviour more clearly in the documents?

YimingWu closed issue blender/blender#126820 2024-08-28 08:31:02 +02:00
VSE Preview does not display grease pencil vertex color
YimingWu commented on issue blender/blender#126820 2024-08-28 08:30:57 +02:00
VSE Preview does not display grease pencil vertex color

Ah yeah looks like it. I must have poked the wrong setting so I could not reproduce this. I guess we could close this report then. Thanks for the update!

YimingWu commented on issue blender/blender#126861 2024-08-28 08:29:25 +02:00
Very slow screen redraw or refresh when in texture preview mode.

Hi! If the lag is mainly on the first time you switch to render preview, and also when switching texture, it should be normal since the lag is just the new way blender processes shader. Subsequent…

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

Looks like if I switch the color space to Khronos PBR sRGB, it would take some extra VRam, here it shows 4252MB used in nvidia control panel. It could be possible that you are running out of…

YimingWu commented on issue blender/blender#126820 2024-08-28 08:00:12 +02:00
VSE Preview does not display grease pencil vertex color

Weird now I can't redo that in 4.3 🤔 ... I guess it's probably I'm looking at a difference scene or something.

Then 4.2 and 4.3 are both broken. (I'm not sure if this is intended behaviour…

YimingWu commented on pull request blender/blender#125689 2024-08-28 07:55:33 +02:00
Fix #125680: Grease Pencil edit overlay shader theme switch

Ah this sounds reasonable. But do we still want to fix this one or just implement new overlay for overlay-next?

YimingWu pushed to fix-98014 at ChengduLittleA/blender 2024-08-28 07:48:57 +02:00
d2445df2ae Merge branch 'main' into fix-98014
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
780686f885 Cleanup: correct code-comment
Compare 5895 commits »
YimingWu closed issue blender/blender#126270 2024-08-28 07:45:17 +02:00
Regression: Movement tool crashed after several movements on any object
YimingWu commented on issue blender/blender#126270 2024-08-28 07:45:13 +02:00
Regression: Movement tool crashed after several movements on any object

If deleting GTK files resolves the issue, the problem is likely within the window manager which uses some GTK components 🤔 It's best to report this problem to maintainers of your desktop window…

YimingWu commented on issue blender/blender#126807 2024-08-28 07:41:43 +02:00
Python app using bpy to render via Cycles runs successfully but always has an exit status code of 139 (sometimes 245)

I could not reproduce the exit code 246 thing with provided file and script on linux. Will try windows in a bit.

Could you try not usingtyper? just plain bpy script and see if it's broken?