YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#128914 2024-10-14 07:47:26 +02:00
GPv3: Crash when applying modifier on all keyframes

@filedescriptor It seems that src_grease_pencil.get_eval_drawing(first_src_layer) is null in merge_layers in the node.

YimingWu approved blender/blender#128971 2024-10-14 07:38:22 +02:00
Fix #128946: GPv3: can't select Materials in Modifier

Works. Thanks for the fix :D

YimingWu commented on issue blender/blender#128946 2024-10-14 07:30:29 +02:00
GPv3: can't select Materials in Modifier

I wonder how did this broke 🤔

YimingWu commented on issue blender/blender#128970 2024-10-14 07:26:45 +02:00
programmable buttons of graphical tablet do not work in Blender

if Blender was started as admin

It's likely that the tablet/pen key programming only works for your user but not Administrator.

Could you try to see if your tablet driver is in Windows…

YimingWu commented on issue blender/blender#128968 2024-10-14 07:22:27 +02:00
Blender running on NVIDIA graphic card crashed and cannot restarted

Hi! Are you sure that your monitor is plugged in directly onto one of the graphics card but not the motherboard?

YimingWu pushed to blender-v4.3-release at blender/blender 2024-10-14 07:03:21 +02:00
dc45169acd Fix #128637: Gizmo line tool not snapping to exactly 45 degrees
YimingWu pushed to main at blender/blender 2024-10-14 07:02:13 +02:00
4bbf0986d5 Fix #128637: Gizmo line tool not snapping to exactly 45 degrees
YimingWu deleted branch fix-128637 from ChengduLittleA/blender 2024-10-14 07:02:11 +02:00
YimingWu closed issue blender/blender#128637 2024-10-14 07:02:11 +02:00
When using the biset tool, and using cntl to snap to angle intervals, it seems it doesn't snap to exactly 45 degrees.
YimingWu merged pull request blender/blender#128683 2024-10-14 07:02:09 +02:00
Fix #128637: Gizmo line tool not snapping to exactly 45 degrees
YimingWu commented on issue blender/blender#122090 2024-10-14 06:59:22 +02:00
X11: Fly Navigation shortcut fails using ¬ character on UK layout

Humm I thought pc is there by default. I guess there are still some differences.

The current problem is that when Simon uses UK keyboard and gb layout exists, why wouldn't the notsign key…

YimingWu created pull request blender/blender#128942 2024-10-13 09:34:08 +02:00
Fix #128733: Cycles: Always check host_pointer before lazy allocation
YimingWu created branch fix-128733 in ChengduLittleA/blender 2024-10-13 09:33:18 +02:00
YimingWu pushed to fix-128733 at ChengduLittleA/blender 2024-10-13 09:33:18 +02:00
83edd7703e Fix #128733: Cycles: Always check host_pointer before lazy allocation
191b347f58 Cleanup: GPU: Use function parameters instead of template
d9aad850b0 GPU: GLSL preprocess: Remove invalidly processed header
1bc3c24f45 Cleanup: use const args, variable
3350eeba62 Merge branch 'blender-v4.3-release'
Compare 7 commits »
YimingWu commented on issue blender/blender#128733 2024-10-13 09:25:24 +02:00
Blender crashes and closes when I move the model view in Cycles (Only with GPU)

I see. Thanks for the investigation @jorn !

I guess the main problem is the handing of mapped data isn't taking this kind of situation into account, which can be triggered by insufficient video…

YimingWu commented on issue blender/blender#127847 2024-10-13 09:21:53 +02:00
Blender 4.2.2 (snap package) became slow and laggy on Ubuntu 22.04.5 LTS

Looks like could be a wayland problem. Does blender start up in X11 session? Or have you encountered similar problems in other graphics programs? Also, did you try using prime-select to force…

YimingWu pushed to fix-128887 at ChengduLittleA/blender 2024-10-13 09:18:38 +02:00
f96b25d723 Use span instead of int pointer
YimingWu commented on pull request blender/blender#128890 2024-10-13 09:10:45 +02:00
Fix #128887: LineArt: Prevent iterating over not evaluated objects

You know what that does make more sense 😅

YimingWu pushed to fix-128637 at ChengduLittleA/blender 2024-10-13 09:10:13 +02:00
320fe6bc3d Also compare with 1
YimingWu commented on pull request blender/blender#128683 2024-10-13 09:08:17 +02:00
Fix #128637: Gizmo line tool not snapping to exactly 45 degrees

OH I see that's the problem. Yeah thanks for the explanation :D