YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#128733 2024-10-12 07:34:45 +02:00
Blender crashes and closes when I move the model view in Cycles (Only with GPU)

Thanks! Here I'm not able to reproduce the crash on Linux and Windows with a 4070. Your driver 565.9 appears to be latest, maybe you could try installing an earlier driver version from NVIDIA?

YimingWu pushed to blender-v4.3-release at blender/blender 2024-10-12 07:25:16 +02:00
57ca937a7c Fix #128714: GPv3: Don't erase behind the camera
YimingWu commented on issue blender/blender#128714 2024-10-12 07:23:51 +02:00
Gpencil: Eraser deletes strokes/points behind the camera

Ah actually this should have go into 4.3 first and merge into 4.4. I made a mistake there. Will cherry-pick into 4.3. Thanks for the notice :D

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

There would be many more keyboard layouts with disfunctional keys and some could be even conflicting with others.

The main reason currently blender is having such problem is that we are…

YimingWu pushed to fix-128637 at ChengduLittleA/blender 2024-10-12 07:17:08 +02:00
8c15c9f4b1 Fix threshold and comment
402fefdafc Merge branch 'main' into fix-128637
6ff33b7e92 Merge branch 'blender-v4.3-release'
bcf6524ca1 Fix #128601: Redoing move operation crash in sculpt mode
d177388979 Sculpt/Paint: Tag brushes for unsaved changes for UI indication
Compare 286 commits »
YimingWu commented on pull request blender/blender#128683 2024-10-12 07:13:49 +02:00
Fix #128637: Gizmo line tool not snapping to exactly 45 degrees

Ah thanks for testing! I guess I'll change the threshold to 1e-6 then :D

YimingWu created pull request blender/blender#128890 2024-10-11 15:51:42 +02:00
Fix #128887: LineArt: Prevent iterating over not evaluated objects
YimingWu created branch fix-128887 in ChengduLittleA/blender 2024-10-11 15:50:34 +02:00
YimingWu pushed to fix-128887 at ChengduLittleA/blender 2024-10-11 15:50:34 +02:00
872b087540 Fix #128887: LineArt: Prevent iterating over not evaluated objects
9d6794dd5d Fix #124173: SVG export creates invalid xml
2f24879107 EEVEE: Update render tests
8bf865e567 install_linux_packages.py: Bump Python minor version
24019cc863 Fix: GPv3: Effects not showing in right modes
Compare 10 commits »
YimingWu commented on pull request blender/blender#128880 2024-10-11 15:15:16 +02:00
Fix #122090: Handle "Notsign" key on X11 for UK Keyboards

Hummm honestly I have no idea now. When I changed my xkb <TLDE> key to that and when I used that key in blender with this patch, it will correctly recognize it being a ` key. In…

YimingWu commented on issue blender/blender#128884 2024-10-11 15:01:22 +02:00
GLTF 2.0 export -> threejs bone orientation wrong

Ah I guess there's no problem for now then. Thanks for the updates!

YimingWu commented on issue blender/blender#128888 2024-10-11 14:57:19 +02:00
Toggle Off Grease Pencil Geo node Blender Crashes

OK I guess this is a persistent problem due to the design of line art. Not sure why now it's popping up, it used to work fine. But I'll try figure out a way to get around it. Thanks for reporting!

YimingWu commented on pull request blender/blender#128880 2024-10-11 14:55:57 +02:00
Fix #122090: Handle "Notsign" key on X11 for UK Keyboards

Hummm there's some differences to my "starndard" pc configuration, not sure if it's because some other software could modify it. But the common ones are the same.

Actually I just found out…

YimingWu commented on issue blender/blender#128888 2024-10-11 14:44:09 +02:00
Toggle Off Grease Pencil Geo node Blender Crashes

Probably same mechanism as the other report. Does not reliably work/crash here on my machine. Are you sure yesterday's version works? Do you ever have a version that's 100% working for this?

YimingWu commented on pull request blender/blender#128880 2024-10-11 14:33:31 +02:00
Fix #122090: Handle "Notsign" key on X11 for UK Keyboards

Humm then I have no idea how your keys are configured if that's a UK layout... Is there a pc one instead? Maybe that's different. @SimonThommes

YimingWu commented on issue blender/blender#128887 2024-10-11 13:43:40 +02:00
Connect node Curve to Grease Pencil to group output Blender Crash

Actually this seems to have crashed in line art when loading geometries where DEG_iterator_objects_next crashed when make_duplis_geometry_set_impl have a reference_handles with size 1 but…

YimingWu commented on issue blender/blender#128884 2024-10-11 13:38:22 +02:00
GLTF 2.0 export -> threejs bone orientation wrong

Actually from exporting and importing into threejs online editor, the model look just fine to me.

图片

Not…

YimingWu closed issue blender/blender#128885 2024-10-11 13:32:44 +02:00
Export path change on open file
YimingWu commented on issue blender/blender#128885 2024-10-11 13:32:40 +02:00
Export path change on open file

On windows the path delimiter is automatically replaces as \ to give a more consistent display with how windows system shows file paths.

IMO this is not a bug. In python both path delimiters…