YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to main at blender/blender 2024-08-15 08:37:27 +02:00
04c5a9f053 Fix #126136: Show GUI message box for unsupported GPUs on X11
YimingWu deleted branch fix-126136-new from ChengduLittleA/blender 2024-08-15 08:37:25 +02:00
YimingWu closed issue blender/blender#126136 2024-08-15 08:37:25 +02:00
Lack of "Unsupported GPU" GUI message when Blender crashes on startup on linux.
YimingWu merged pull request blender/blender#126220 2024-08-15 08:37:23 +02:00
Fix #126136: Show GUI message box for unsupported GPUs on X11
YimingWu commented on issue blender/blender#126350 2024-08-15 08:07:18 +02:00
Vertex parenting not working to object using the separate geometry node

I believe this works as expected as the geometry coming out of geometry nodes after splitting and merging would be different from the original mesh. You could have added/deleted vertices, in which…

YimingWu commented on issue blender/blender#126348 2024-08-15 06:21:12 +02:00
Visual keying doesn't preserve rotations in the expected way

Hi! To do any 360 around any arbitrary axis with quaternion, you could use 3 key frames each 120 deg that covered the whole rotation. Set linear interpolation for constant speed.

YimingWu commented on issue blender/blender#126348 2024-08-15 05:57:26 +02:00
Visual keying doesn't preserve rotations in the expected way

Hi @HSUCHIACHAN , using XYZ Euler rotation typically won't give you expected rotation result and interpolation. That's why in pose mode the bones always default to Quaternion.

I do believe the…

YimingWu commented on issue blender/blender#126347 2024-08-15 05:50:33 +02:00
Blender 4.1 crashing on macbook

Hi @Therese-Ingrid-P.Malapad , unfortunately there's not enough information for us to determine what's going on with blender on your computer. Please refer to [our guidelines](https://developer.ble

YimingWu commented on issue blender/blender#126345 2024-08-15 05:45:31 +02:00
Circle Select has a large delay when exiting.

I'm not quite sure about this, here I'm using a sphere subdivided 7 times so there's 16 million vertices, when selecting with c for a while and exiting, it took me about like 3 seconds as…

YimingWu commented on issue blender/blender#126343 2024-08-15 05:38:37 +02:00
Crash before opening

Hi there @VolteonK , if you are using G41 chipset, you are probably running a core 2 duo kind of CPU? It's probably a bit too old. Do you have a separate graphics card? If that is the case try…

YimingWu commented on issue blender/blender#126318 2024-08-15 05:34:25 +02:00
Compositor: Crash when scaling image beyond 100k x 100k pixels

I did get a bunch of these errors on latest main but it didn't crash on me 🤔

WARN (bpy.rna): source/blender/python/intern/bpy_rna.cc:1360 pyrna_enum_to_py: current value '2' matches no…
YimingWu commented on issue blender/blender#126311 2024-08-15 05:28:52 +02:00
Blender 4.2.0 on MacOS 15.0 (Apple Silicon M3) hangs (spinning ball) when choosing Material Preview 1st time on default cube scene

There's a long delay on my nvidia or intel iGPU machine too, I guess this is just how new eevee works...

YimingWu commented on issue blender/blender#126013 2024-08-14 14:51:54 +02:00
Blender Geometry Nodes: PLY Import Node does not import custom Attributes

well that was a easy fix 🤔

YimingWu commented on issue blender/blender#123762 2024-08-14 09:17:46 +02:00
Exception Access Violation

Idk really if it could be related to recent 13/14 gen intel hardware problems that has been reported amongst gamers... I do have a 13900K (not F), so I may potentially test your file if you have…

YimingWu commented on issue blender/blender#124346 2024-08-14 09:13:58 +02:00
Blender being weird after few clicks

Hi there! We really don't have much info other than the shift key seems to be sticking? Try checking whether you have set sticky keys in windows (but that should lift automatically after a few…

YimingWu closed issue blender/blender#120683 2024-08-14 05:56:58 +02:00
in windows explorer the preview of file.blend is blurry, low resolution
YimingWu commented on issue blender/blender#120683 2024-08-14 05:56:54 +02:00
in windows explorer the preview of file.blend is blurry, low resolution

I see. Thanks for explaining :) Will close this for now.

YimingWu commented on issue blender/blender#126013 2024-08-14 05:55:48 +02:00
Blender Geometry Nodes: PLY Import Node does not import custom Attributes

Hi @bebop_artist , if you want to contribute code for blender, the document here is a great starting point :D You could also poke us…

YimingWu commented on pull request blender/blender#125474 2024-08-14 05:52:12 +02:00
Fix #125426: Update paths in animation when renaming IDProperty

@dr.sybren can we merge this? :D

YimingWu commented on issue blender/blender#126285 2024-08-14 05:48:39 +02:00
Weight Painting Gradient Tool Causes Crash

I don't think I can reproduce this in 4.2 or latest main... Could you try using latest 4.2 or 4.3 and see if it still happens?