YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#109765 2023-07-06 04:03:22 +02:00
Dissolve Edges should not dissolve vertices that are not previously selected

I'd say this result is expected, because for a 3-edge connected vertex, if you dissolve two of the edges, the other edge has nothing to connect to, hence it's also removed. if you don't want that…

YimingWu commented on issue blender/blender#109762 2023-07-06 03:59:00 +02:00
Undo changes draw brush to smear in Texture Painting mode.

I suspect this is the same mechanism of #101728 and #106415

YimingWu closed issue blender/blender#109524 2023-07-05 11:41:15 +02:00
Audio missing in rendered Video file using pip bpy module 3.5
YimingWu commented on issue blender/blender#109524 2023-07-05 11:41:12 +02:00
Audio missing in rendered Video file using pip bpy module 3.5

I guess we could close this as a known issue.

YimingWu closed issue blender/blender#109730 2023-07-05 11:07:56 +02:00
Snap Backface Culling
YimingWu commented on issue blender/blender#109730 2023-07-05 11:07:54 +02:00
Snap Backface Culling

Hi! This is a duplicate of #109433, it's supposed to be already fixed. This fix will be backported to 3.6 and will…

YimingWu commented on issue blender/blender#109011 2023-07-05 06:42:02 +02:00
OBJECT_OT_shape_key_clear ignores slider_min and slider_max

Looks like no one is looking at this thing due to other higher priority isues, I guess I'll make a patch.

YimingWu closed issue blender/blender#107925 2023-07-05 06:31:43 +02:00
Grease pencil weight paint select > color attribute does not work on materials that use a texture
YimingWu commented on issue blender/blender#107925 2023-07-05 06:31:41 +02:00
Grease pencil weight paint select > color attribute does not work on materials that use a texture

@mano-wii Will close the report since this is more of a feature request.

YimingWu commented on issue blender/blender#109679 2023-07-05 06:21:33 +02:00
Incorrect results with normal map node when strength is not set to 1

So it seems like the node_normal_map_mix might be the source of error, if strength > 1.0 then the mix node linearly extrapolates the normal map, i.e. multiplying it which might result in the…

YimingWu commented on issue blender/blender#109721 2023-07-05 04:49:32 +02:00
Alembic animation import missing dynamically spawned objects

Looks like those pieces are at least keyed for their visibility. Is every single piece imported as separate objects (like some 100's of them)? In that case it might be a visibility keyframe…

YimingWu commented on issue blender/blender#109720 2023-07-05 04:38:11 +02:00
bpy.app.driver_namespace: no way to properly initialize for driver in material

From here 4.0, 3.6, 3.5.1 at e1ccd9d4a1 and 3.5.0cf82e5fe57c4 seems to be all broken, needs to click on the value for it to become green. Auto execution is on. I'm on linux.

YimingWu commented on issue blender/blender#109716 2023-07-05 04:18:10 +02:00
Segmentation fault (core dumped) when opening render folder during rendering

It's not very likely that opening nautilus caused the crash, the file system should handle r/w conflict.

From the description you seems to mean that the animation can crash itself after a few…

YimingWu commented on issue blender/blender#107969 2023-07-04 09:34:59 +02:00
Geometry Nodes: Mesh Boolean-Union node anamoly when boolean does not alter input mesh

blender/blender#107969 (comment)

What I have found out is if there's any one step that doesn't alter the mesh (like when object being booleaned is…

YimingWu commented on issue blender/blender#109685 2023-07-04 09:31:43 +02:00
Mesh display and selection bug in edit mode

Likely duplicate of #109040, see combined task of #109545.

YimingWu commented on issue blender/blender#109682 2023-07-04 08:50:40 +02:00
can't use logitech mx master 3 mouse shortcut keys in blender 3.6 LTS

Hi there, could you try using the button mapping software from logitech? …

YimingWu pushed to limit_scale_fix at ChengduLittleA/blender 2023-07-04 07:49:17 +02:00
a9f65464d8 Versioning for size limit constraint
778fe2774e Use is_negative_m4 for negative scale check
32944e9927 Fix #107924: Scale limit respect negative values.
5c4510d39e Cleanup: update code comment for DNA_struct_get_compareflags
9e26960b77 Cleanup: code-comments
Compare 728 commits »
YimingWu commented on issue blender/blender#109679 2023-07-04 05:32:05 +02:00
Incorrect results with normal map node when strength is not set to 1

While I believe the negative Z when strength over 1 isn't correct, I think thwn strength is less than 1 it should look flatter.

In your image, you probably meant to adjust the strength in such…

YimingWu commented on issue blender/blender#109673 2023-07-04 04:38:01 +02:00
Unwrap Crash - Standard Build

Huh I actually can reproduce the crash. Interesting, will take a look at where it crashes.