YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to fix-129019 at ChengduLittleA/blender 2024-11-02 08:39:56 +01:00
449afbc50f Add a report
e1d159f95b Merge branch 'main' into fix-129019
ee0fd0ed19 Merge branch 'blender-v4.3-release'
7c9023ca41 Fix #129023: GPv3: Deselecting vgroup elements fails in stroke domain
6c9db47e53 Cleanup: Overlay-Next: Add missing includes and simplify prepass logic
Compare 113 commits »
YimingWu commented on pull request blender/blender#129031 2024-11-02 08:36:29 +01:00
Fix #129019: Prevent render engine changes while rendering

Looks fine to me but I am not sure if this covers all cases (python updates during render?).

Since python goes through RNA so it is also handled.

The question is why crash happens?

Hon…

YimingWu commented on issue blender/blender#129129 2024-10-17 05:28:38 +02:00
For Each Element node crashes Blender when input is vertex without edges or faces

I believe this is the same as #128994?

YimingWu commented on issue blender/blender#129123 2024-10-17 04:43:27 +02:00
Regression? bpy.types.UIList makes Blender very Slow

when turing on order/sort by name

I think this is kinda expected? Since the sorting is called every redraw and you have 20000 of them.

If you have a massive amount of entries, you could…

YimingWu commented on issue blender/blender#129097 2024-10-17 04:37:24 +02:00
On fullscreen visual updates freeze on AMD

Hi @Ewwgine, I'm not quite sure what you meant by Playstation SCEI monitor. Is it connected via HDMI / VGA or Component? Is there anything special about the monitor itself?

More importantly,…

YimingWu closed issue blender/blender#129114 2024-10-17 04:33:10 +02:00
Crashing while rendering_ Ubuntu
YimingWu commented on issue blender/blender#129114 2024-10-17 04:33:06 +02:00
Crashing while rendering_ Ubuntu

Hi! This report does not contain any useful information for us to determine what is going on. Please refer to [our guidelines](https://developer.blender.org/docs/handbook/bug_reports/making_good_bu

YimingWu commented on issue blender/blender#129134 2024-10-17 04:31:23 +02:00
When creating a new file, the software crashes 新建文件的时候会崩溃

Hi @Lang_Li_Ge_Lang , do you have a crash log?

If you have problems starting blender due to this crash, try using…

YimingWu commented on issue blender/blender#129113 2024-10-17 04:29:32 +02:00
the data saved not responding or not show,

Hi there, this report does not contain necessary information for us to identify the problem. It could be possible that this could be a material preview display problem.

As far as I'm understandi…

YimingWu closed issue blender/blender#120024 2024-10-17 04:25:16 +02:00
Blender crashes with a segmentation fault after matplotlib figure window is closed.
YimingWu commented on issue blender/blender#120024 2024-10-17 04:25:11 +02:00
Blender crashes with a segmentation fault after matplotlib figure window is closed.

I think it might be safe to close this since we do not really have control of how matplotlib does things. It's best to report this to matplotlib.

I believe the way they treat window this way is…

YimingWu closed issue blender/blender#129048 2024-10-16 14:24:23 +02:00
GPv3: Stroke/point Python APIs create redundant attributes
YimingWu commented on issue blender/blender#129048 2024-10-16 14:24:19 +02:00
GPv3: Stroke/point Python APIs create redundant attributes

Ah yepp this seems to be fixed already on latest 4.3/4.4. I guess we can close this now. Thanks!

YimingWu commented on pull request blender/blender#128890 2024-10-16 14:01:46 +02:00
Fix #128887: LineArt: Prevent iterating over not evaluated objects

BTW this fixes both #128887 and #128888.

YimingWu pushed to fix-128887 at ChengduLittleA/blender 2024-10-16 14:00:55 +02:00
188a74bb46 Use uniq_ptr and other fixes.
YimingWu pushed to fix-128887 at ChengduLittleA/blender 2024-10-16 07:15:52 +02:00
6a3a951122 cleanups
YimingWu closed pull request blender/blender#128880 2024-10-15 16:18:32 +02:00
Fix #122090: Handle "Notsign" key on X11 for UK Keyboards
YimingWu commented on pull request blender/blender#128880 2024-10-15 16:18:29 +02:00
Fix #122090: Handle "Notsign" key on X11 for UK Keyboards

Ah I see, yeah the TLDR hardware key seems to be processed already. I guess we can close this then :) Thanks!

YimingWu commented on issue blender/blender#122090 2024-10-15 15:42:36 +02:00
X11: Fly Navigation shortcut fails using ¬ character on UK layout

@ZedDB Should we merge !128880 then? Because I think Blender still needs to process this symbol for it to work?