YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#130600 2024-11-20 13:35:07 +01:00
Blender 4.3 Grease pencil V3: my computer makes a sound when drawing a line

"Computer makes a sound" could very much mean your CPU is running at a different frequency and through electromagnetic coupling somehow a hi pitched sound could be heard. in 4.3 grease pencil is…

YimingWu commented on issue blender/blender#130597 2024-11-20 13:06:08 +01:00
Grease Pencil: Brush overlay radius not accurate for perspective projection

Looks like brush radius representation size is different from grease pencil drawn in the viewport.

I believe we need to just prevent brush from getting this big.

Technically it's the grease…

YimingWu commented on issue blender/blender#130574 2024-11-20 07:00:40 +01:00
render and shading tab not open

Hi @rudresh-sanap , please refer to the manual, to

  1. Get a crash log.
  2. Get a system info file from `Help >…
YimingWu commented on issue blender/blender#130573 2024-11-20 06:49:53 +01:00
EXCEPTION_ACCESS_VIOLATION

Hi @Alex-238 , 4.0.2 is quite old. From debug log it seems to have problems with building object dependencies. Could you try 4.2 LTS or latest 4.3/4.4 and see if the same problem persists?…

YimingWu created pull request blender/blender#130575 2024-11-20 06:45:43 +01:00
Fix #130569: Grease Pencil tint modifier should use gradient alpha
YimingWu pushed to fix-130569 at ChengduLittleA/blender 2024-11-20 06:45:10 +01:00
8683bcc711 Fix #130569: Grease Pencil tint modifier should use gradient alpha
73a3ebea56 Fix #129389: Lineart modifier updates when camera changes
2dd0946e97 CMake: Windows: Revert flag change that snuck into previous commit
536937b4d4 CMake: Windows: Fix CMP0177 policy warnings
c57ebc99eb Cleanup: Use StringRef instead of std::string in a few cases
Compare 10 commits »
YimingWu created branch fix-130569 in ChengduLittleA/blender 2024-11-20 06:45:09 +01:00
YimingWu commented on issue blender/blender#130569 2024-11-20 06:25:26 +01:00
Grease Pencil (v3) Tint modifier gradient for stroke does not respect alpha channel

Thanks! It was a problem on my side. Can confirm.

YimingWu commented on issue blender/blender#130569 2024-11-20 05:13:28 +01:00
Grease Pencil (v3) Tint modifier gradient for stroke does not respect alpha channel

For this file opens up in latest main and immediately blender closed on itself. Will investigate that too.

YimingWu commented on issue blender/blender#130568 2024-11-20 05:09:52 +01:00
GPv3: Strokes deform randomly in Sculpt Mode when Noise Modifier active

Interesting. Looks like the sculpt brush is doing cumulative transformations with the result from noise modifier. Does not happen in 4.2

YimingWu commented on issue blender/blender#130549 2024-11-20 05:06:25 +01:00
bpy_module build: libextern_draco.so doesn't get installed in the right directory

@JulienDuroure it's triaging policy now to always include a version number in the Worked field, so I modified the string for explaining it better.

YimingWu closed issue blender/blender-addons#105384 2024-11-20 05:01:25 +01:00
This needs fixing
YimingWu closed issue blender/blender-addons#105383 2024-11-20 05:01:14 +01:00
This needs fixing
YimingWu commented on issue blender/blender-addons#105383 2024-11-20 05:01:13 +01:00
This needs fixing

Hi! There's not enough information in this report for us to determine what's wrong. Please refer to [our guidelines](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/

YimingWu closed issue blender/blender-addons#105382 2024-11-20 05:00:53 +01:00
This needs fixing
YimingWu commented on issue blender/blender-addons#105382 2024-11-20 05:00:52 +01:00
This needs fixing

Hi! There's not enough information in this report for us to determine what's wrong. Please refer to [our guidelines](https://developer.blender.org/docs/handbook/bug_reports/making_good_bug_reports/

YimingWu closed issue blender/blender-addons#105474 2024-11-20 04:59:47 +01:00
"invalid file path" shows up when I try to add addon
YimingWu commented on issue blender/blender-addons#105474 2024-11-20 04:59:46 +01:00
"invalid file path" shows up when I try to add addon

Closing this as it's not really a bug with blender itself. Thanks for reporting.

YimingWu commented on issue blender/blender#123044 2024-11-20 04:56:38 +01:00
Cloth Simulation Does not bake frame 0

Basically the frame 0 is a special frame that's recognized as a "reset" in a lot of places of legacy physics simulation. I'm not sure we can do much about it at this stage...

YimingWu commented on pull request blender/blender#121551 2024-11-20 04:54:36 +01:00
Fix #121544: Refine fly navigation angle clamping

@dfelinto This fix actually matches the original intention of clamping z+/z- pitch angle, because without the fix the user can exceed the limit if they move mouse too fast. I do agree for this…