YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#109050 2023-06-16 14:35:32 +02:00
FreeStyle not matching lines in compositing nodetree

It looks like to be the problem with the shadow pass, not freestyle. If you mix the shadow pass with the cube diffuse/alpha, you can see it's actually the shadow not aligning.

Not sure what to…

YimingWu commented on issue blender/blender#109054 2023-06-16 14:27:50 +02:00
Grease Pencil: Wrong 3D sorting

Can confirm that the text is rendering behind the grease pencil.

However, it seems that this problem can to be resolved by enabling Passes->Data->Z and render, this way grease pencil is…

YimingWu commented on issue blender/blender#109005 2023-06-16 14:20:33 +02:00
Tweak tool doesn't drag the point

Will have the user interface guys take a look at this. From the look of the video it seems fine.

YimingWu commented on issue blender/blender#109045 2023-06-16 09:50:21 +02:00
Textures not showing in Material Preview

Then it is likely a problem during texture loading. cc @fclem any ideas?

YimingWu commented on issue blender/blender#109047 2023-06-16 09:44:09 +02:00
Regression: Screw modifier's smooth shading option does not work

Can confirm. Also it doesn't look like the mechanism of autosmooth.

YimingWu commented on issue blender/blender#109045 2023-06-16 09:41:15 +02:00
Textures not showing in Material Preview

Probably duplicate of #77944 which is still open.

YimingWu commented on issue blender/blender#109045 2023-06-16 09:25:45 +02:00
Textures not showing in Material Preview

Hi @AndreasResch , could you provide us a file that replicates the issue? It's normal sometimes the shader would need some time to compile, but the purple usually indicates wrong texture path or…

YimingWu commented on issue blender/blender#102217 2023-06-16 09:11:54 +02:00
Design: Onion Skinning for Blender

I'll keep an eye on this, seems interesting.

YimingWu commented on issue blender/blender#109042 2023-06-16 09:06:38 +02:00
Baking Normal and Displacement from Multires is different than previous versions

I haven't been able to bake it at such high level of details, but I managed to test baking it under level 1 with blender 4.0. 3.3 does not read the UV information in udim-monster properly.

![…

YimingWu commented on issue blender/blender#109011 2023-06-16 08:18:17 +02:00
OBJECT_OT_shape_key_clear ignores slider_min and slider_max

If the slider_min and slider_max instead acted like a soft_min and soft_max whereby values outside of the slider range could be entered manually, then I think it would be fine for the operator…

YimingWu commented on issue blender/blender#109004 2023-06-16 05:56:07 +02:00
Append: in localize All case, LibOverrides does not behave properly and will leave Main data in invalid state.

I am able to replicate the crash with following steps:

  • new file
  • Append asset Projector_Sim into the scene twice
YimingWu closed issue blender/blender#109041 2023-06-16 05:38:07 +02:00
I can't texture my model
YimingWu commented on issue blender/blender#109041 2023-06-16 05:38:05 +02:00
I can't texture my model

Looks like it's indeed caused by an empty black texture being assigned as brush texture and mask, so it's not painting. Adding an image texture or removing the texture can restore normal…

YimingWu closed issue blender/blender#109040 2023-06-16 05:33:56 +02:00
Overlay: Edit Mesh wireframe incorrect bias
YimingWu commented on issue blender/blender#109040 2023-06-16 05:33:32 +02:00
Overlay: Edit Mesh wireframe incorrect bias

Hi @hominy , this is the natural side-effect of z-offsetting on wireframe layer when having a really close zoom (otherwise the wireframe will be drawn directly at the depth of the surface, which…

YimingWu commented on issue blender/blender#109042 2023-06-16 05:23:35 +02:00
Baking Normal and Displacement from Multires is different than previous versions

Hi @Daniel-Verduzco-Villanueva , The blend file is not attaching, could you try uploading it again? Thanks!

YimingWu commented on issue blender/blender#109038 2023-06-16 05:20:23 +02:00
Broken personal keybinds in 4.0

Can confirm the issue. Likely caused by an API change. will investigate.

YimingWu commented on issue blender/blender#109034 2023-06-16 05:04:45 +02:00
Blue flashes editing curves.

This is likely a problem with Metal, try setting graphics backend to OpenGL in your user preference and see if the same thing occurs? Thanks!

YimingWu commented on issue blender/blender#109005 2023-06-16 04:49:57 +02:00
Tweak tool doesn't drag the point

Hi @PaulGeraskin , I can drag a point with tweak tool without problem. It has a dragging tolerance, your mouse have to move some distance before it starts dragging.

In User Preference -> Input…

YimingWu commented on issue blender/blender#109011 2023-06-16 04:41:01 +02:00
OBJECT_OT_shape_key_clear ignores slider_min and slider_max

I can confirm that. From the description I guess the expected value should be 0.5 and -0.5 (as in 0 clamped by slider_min and slider_max) ?

The slider is more about restricting the…