YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#107673 2023-05-07 08:41:37 +02:00
Png artefact

@cheteron I'll go talk to the UI guys. I think that could be a good idea, yes.

YimingWu closed issue blender/blender#107673 2023-05-06 07:25:11 +02:00
Png artefact
YimingWu commented on issue blender/blender#107673 2023-05-06 07:25:09 +02:00
Png artefact

Hi @cheteron , from your file, the EXR image actually has negative R and G values, where in the PNG one those values are clamped to zero, hence it won't represent the actual vector correctly. So I…

YimingWu commented on issue blender/blender#107663 2023-05-06 07:13:50 +02:00
Drivers on view layer property fails when view layer is not active, and remains broken when layer becomes active again

Yeah from testing in 3.6 it seems to be working correctly

YimingWu commented on issue blender/blender#107642 2023-05-06 07:08:49 +02:00
Blender hangs on Intel UHD 620 when switching to lookdev mode

Hi! Could you try starting blender with blender -d --debug-gpuand give us the output of the console/log? https://docs.blender.org/manual/en/latest/advanced/command_line/launch/windows.html

Tha…

YimingWu closed issue blender/blender#107549 2023-05-06 07:01:27 +02:00
Blender crash for rendering in cycles
YimingWu commented on issue blender/blender#107549 2023-05-06 07:01:25 +02:00
Blender crash for rendering in cycles

Hi @gilles-avraam in that case, you could try monitoring the memory usage of Blender when rendering. Although you do already have a ton of memory.

If you have the problem resolved already, I…

YimingWu commented on issue blender/blender#107637 2023-05-05 07:55:20 +02:00
Regression: Hair sculpt crash on an empty hair object with "Density" brush

seems to be related to 6899474615df cc @JacquesLucke

YimingWu opened issue blender/blender#107637 2023-05-05 07:51:32 +02:00
Hair sculpt crash on an empty hair object
YimingWu commented on issue blender/blender#107625 2023-05-05 05:22:33 +02:00
"New action" tooltip should be duplicate/copy action

Yeah from the quick look at the code it seems that it's always been copying the old action.

I suggest changing the tool tip into "Create a new action by duplicating the current one".

YimingWu commented on issue blender/blender#107632 2023-05-05 05:18:24 +02:00
EXCEPTION_ACCESS_VIOLATION (0x00007FF)

Could be similar to #107600 where it also failed at normal calculation, but not exactly the same place.

YimingWu commented on issue blender/blender#107617 2023-05-04 15:35:58 +02:00
Wrong work Snap to Edge, if you use move by axes

Looks alright to me?

图片

YimingWu deleted branch sculpt_facemask_fix from ChengduLittleA/blender 2023-05-04 14:51:47 +02:00
YimingWu pushed to main at blender/blender 2023-05-04 14:51:45 +02:00
1049f11cc0 Fix #107566: Gesture face set respect hidden faces
YimingWu closed issue blender/blender#107566 2023-05-04 14:51:44 +02:00
Face set selection affecting hidden face sets
YimingWu merged pull request blender/blender#107575 2023-05-04 14:51:43 +02:00
Fix #107566: Gesture face set respect hidden faces
YimingWu commented on issue blender/blender#107584 2023-05-04 14:46:00 +02:00
hvs node changing input colors with viewport compositor

@kevindonovan I think we can merge this with #107583 because they probably involve the same call underneath the hood.

YimingWu closed issue blender/blender#107613 2023-05-04 13:16:11 +02:00
Different rounding the same dimension in Viewport Num Panel
YimingWu commented on issue blender/blender#107613 2023-05-04 13:16:08 +02:00
Different rounding the same dimension in Viewport Num Panel

While they appear to be the same width, they do have different vertex coordinates (seemingly that their origins doesn't align). And due to floating point precision, this kind of minor deviation is…