YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#130202 2024-11-18 10:48:31 +01:00
Line Art fails to render certain lines

At first glance you have selected "individual silhouette" for the contour line option, I do not believe in this particular file that's needed (as opposed to just using contour). However this bug…

YimingWu commented on pull request blender/blender#129935 2024-11-18 09:18:54 +01:00
Fix #129389: Lineart modifier updates when camera changes

I can't remember whether we left this scene relation intentionally, because it may also lead to excessive refreshes like when you are just selecting objects. But now after testing it doesn't seem…

YimingWu pushed to fix-130198 at ChengduLittleA/blender 2024-11-18 08:45:42 +01:00
1c108c354e Comments
YimingWu commented on issue blender/blender#130104 2024-11-18 08:05:50 +01:00
Persistent Crashes on my desktop PC, while not running out of resources.

That's interesting to know! Thanks for updating your solution :)

YimingWu commented on issue blender/blender#130201 2024-11-13 04:34:15 +01:00
GPv3: Natural Drawing build modifier can not be slowed down on premade objects

Humm this is interesting. Not sure why, maybe it doesn't have enough stroke strart/gap information...?

Is this with #130199 or not?

YimingWu commented on issue blender/blender#130182 2024-11-13 03:06:35 +01:00
Grease pencil 3: When making new layers .001 isn't added to the name in the creation box automatically

Looks like grease_pencil_move_to_layer_invoke needs to get a uniq_name before showing the popup box.

YimingWu commented on issue blender/blender#130164 2024-11-13 02:52:42 +01:00
Vulkan: Adjusting window size in Vulkan backend resulting in Blender freezing (X11/Wayland)

Here it gives this log to me, not immediately at the freeze, but a few seconds after:

bin/blender --gpu-backend vulkan
Batch offset=0x0 len=0x8 on queue 0 (aperture: 0.0Mb, 0.0Mb VRAM…
YimingWu created pull request blender/blender#130199 2024-11-13 02:44:57 +01:00
Fix #130198: GPv3 build modifier timing for nature drawing speed
YimingWu pushed to fix-130198 at ChengduLittleA/blender 2024-11-13 02:44:11 +01:00
a804c2cfae Fix #130198: GPv3 build modifier timing for nature drawing speed
baa193c3b6 Cycles: oneAPI: build binaries for Battlemage GPUs
cf8d31d41c Bug Reporting: Add Cycles specific bug-reporting script for Windows
917f7e648c Fix #130180: non-screen space dial gizmo scale does not take geometry scale into account
0565f16f18 Fix (unreported) rare assert when loading blendfile using libraries.
Compare 10 commits »
YimingWu created branch fix-130198 in ChengduLittleA/blender 2024-11-13 02:44:10 +01:00
YimingWu commented on issue blender/blender#130198 2024-11-13 01:53:27 +01:00
GPv3: Build modifier in natural drawing speed does not finish drawing before next key

Thanks for the report. Let me check :)

YimingWu commented on pull request blender/blender#129953 2024-11-12 16:43:39 +01:00
Fix: LineArt: Cache mechanism fixes
YimingWu pushed to lineart-v3-cache-fix at ChengduLittleA/blender 2024-11-12 16:41:59 +01:00
c6327c97b5 clarification comments
YimingWu pushed to lineart-v3-cache-fix at ChengduLittleA/blender 2024-11-12 16:34:47 +01:00
1e5d868322 Force calculate in subsequent modifier when first one is hidden
efd4acf32a Merge branch 'blender-v4.3-release' into lineart-v3-cache-fix
e3a960ef2e Fix #129889: EEVEE: Lightprobe Volume bake is non-deterministic
43fde8c39c Fix: #130045: Crash in length modifier with 2 point curves
22d94df4cf Fix: GPv3: "Only In Multiframe" overlay not working
Compare 101 commits »
YimingWu commented on pull request blender/blender#130122 2024-11-12 13:55:29 +01:00
Fix: #130045: Crash in length modifier with 2 point curves

@LukasTonne The logic seems right.

YimingWu opened issue blender/blender#130164 2024-11-12 07:50:44 +01:00
Adjusting window size in Vulkan backend resulting in Blender freezing (X11)
YimingWu commented on issue blender/blender#130161 2024-11-12 07:13:08 +01:00
Vulkan: Duplicate line artifact in viewport grid

@Alaska Ah ok. I'll make a separate report to keep track of this. Thanks!