YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to constraint_list_null_fix at ChengduLittleA/blender 2023-05-12 09:00:45 +02:00
7c3cd83ce5 Fix #107863: Handles NULL pose constraint list
YimingWu created branch constraint_list_null_fix in ChengduLittleA/blender 2023-05-12 08:58:35 +02:00
YimingWu pushed to constraint_list_null_fix at ChengduLittleA/blender 2023-05-12 08:58:35 +02:00
beca86d06e Fix #107863: Handles NULL pose constraint list
YimingWu commented on issue blender/blender#107863 2023-05-12 08:54:43 +02:00
Crash when executing pose mode operator in other modes

Can confirm. It's just because the armature doesn't have an active pose bone yet so ED_object_pose_constraint_list returns NULL unhandled. Fixing.

YimingWu commented on issue blender/blender#107860 2023-05-12 08:49:07 +02:00
Interactions with timeline after undo makes Blender crash

Crashes at source/blender/blenkernel/intern/lib_override.cc line 4020:

    if (!(!ID_IS_LINKED(id) && ID_IS_OVERRIDE_LIBRARY_REAL(id) &&
          (id->override_library->runtime->tag &…
YimingWu commented on issue blender/blender#107860 2023-05-12 08:36:26 +02:00
Interactions with timeline after undo makes Blender crash

I can replicate the issue if I:

  • Move time line
  • Select an object
  • Undo undo till the beginning
  • Select an object, crashes

Will look into it.

YimingWu commented on issue blender/blender#107856 2023-05-12 08:24:02 +02:00
Interpolated hair curves clipping into meshes with subdivision modifiers unapplied

Can confirm. From the look of it, rest_position field doesn't seem to align with the subdivided result.

Unable to test earlier version since nodes and curves doesn't work the same way. From…

YimingWu commented on issue blender/blender-addons#104533 2023-05-12 07:54:26 +02:00
Boolean Slice mistake. (Add-ons)

This is simply because it's using Blender's internal icons and there's no such an icon for the slice option. Maybe we could have the interface guys take a look at the icon but it might not get…

YimingWu commented on issue blender/blender#107830 2023-05-11 09:09:42 +02:00
Regression: Missing snap gizmo in multiple viewport instances

My tests gives me such result:

  • Up to 3.4.1 everything is working as it should
  • From 3.5.0 and above:
    • Snap circle only shows up in one of the 3d viewport in the window. -…
YimingWu created pull request blender/blender#107833 2023-05-11 09:03:00 +02:00
Fix #107768: vpaint select fix in retopo overlay.
YimingWu created branch retopo_select in ChengduLittleA/blender 2023-05-11 09:02:05 +02:00
YimingWu pushed to retopo_select at ChengduLittleA/blender 2023-05-11 09:02:05 +02:00
2977280b0e Fix #107768: vpaint select fix in retopo overlay.
YimingWu commented on issue blender/blender#107810 2023-05-11 06:40:28 +02:00
Grease pencil to svg export incorrect line thickness in 3.5.1

Caused by 85a743e08bfcaa321c7f0e7ce cc @antoniov

Not sure why, is the ceilfgonna cause much trouble?

YimingWu commented on issue blender/blender#107822 2023-05-11 05:49:15 +02:00
Blender keeps not responding.

Hi @Cyrese-Parrish We can't determine anything from just a few sentences. Could you give us your system information? What is the model is your CPU/graphics card?

If you can use the menu in…

YimingWu commented on pull request blender/blender#107803 2023-05-11 05:42:41 +02:00
Fix #107789: Prevent area maximizing when dragging

Good point. Fixed.

YimingWu pushed to drag_prevent_maximize at ChengduLittleA/blender 2023-05-11 05:41:10 +02:00
5c67394d7b Use BLI_listbase_is_empty
YimingWu commented on issue blender/blender#107802 2023-05-10 16:16:25 +02:00
File dialog operator doesn't completely block focus/event to main window

Guys I can even reproduce the problem on Windows with @Imaginer 's method... So something a bit weird is happening with blender's window manager/event system. The modal operator should technically…

YimingWu created branch node_lineart in ChengduLittleA/blender 2023-05-10 15:50:04 +02:00
YimingWu pushed to node_lineart at ChengduLittleA/blender 2023-05-10 15:50:04 +02:00
2808fccb27 LineArt: sockets
2f5348879d lineart node try out
Compare 2 commits »