YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#130202 2024-11-21 08:46:27 +01:00
Line Art fails to render certain lines

I took some time to dig into this exact geometry. Looks like the way this model is set up just falls outside of the overlapping detection (In there I only compare points for exact same values, and…

YimingWu commented on issue blender/blender#130570 2024-11-21 08:36:44 +01:00
Grease Pencil: Fill tool opacity low when freehanding with tablet (only with Wintab API)

Instead sampling last point or a few last points would give better control.

That could work as well, however do we need an option for "how long to sample" ? Or just giving a fixed number? (I…

YimingWu opened issue blender/blender#130653 2024-11-21 08:30:56 +01:00
Object conversion function revamp
YimingWu commented on issue blender/blender#130651 2024-11-21 08:11:30 +01:00
GP v3: Tint brush shows wrong color in header

I don't think I can reproduce this 🤔 I did it in default workspace and 2D animation workspace.

Are you using any plugin/scripts that can switch modes?

YimingWu closed issue blender/blender#130645 2024-11-21 08:07:44 +01:00
Blender loads with a grey screen and *unsaved* title
YimingWu commented on issue blender/blender#130645 2024-11-21 08:07:23 +01:00
Blender loads with a grey screen and *unsaved* title

Hi! This is probably the same as #127835 and a bunch of similar reports. Could you try:

YimingWu created pull request blender/blender#130652 2024-11-21 07:49:55 +01:00
Fix #130570: Grease Pencil use average pressure to fill stroke
YimingWu pushed to fix-130570 at ChengduLittleA/blender 2024-11-21 07:49:12 +01:00
6519ce1f86 Fix #130570: Grease Pencil use average pressure to fill stroke
YimingWu created branch fix-130570 in ChengduLittleA/blender 2024-11-21 07:49:12 +01:00
YimingWu commented on issue blender/blender#130570 2024-11-21 07:42:03 +01:00
Grease Pencil: Fill tool opacity low when freehanding with tablet (only with Wintab API)

I'm making a PR for it to take average pressure of the stroke so it will feel more natural. Definitely won't be using the first event ever to determine the opacity of the whole stroke.

YimingWu commented on issue blender/blender#130647 2024-11-21 06:51:01 +01:00
better touch tool (macOS) does not work in blender

One thing you could try to do is launching blender from command line and use argument --debug-events and see…

YimingWu commented on issue blender/blender#130051 2024-11-21 06:44:02 +01:00
Blender Ignores XKB ISO_Level3_Shift when assigned to key <RALT>

@hcgernhardtiii I managed to make the configuration work. Now I'm able to type RAlt+Shift+[-] to get in the system, also in the text input field, this key combination also works... So this…

YimingWu commented on issue blender/blender#130580 2024-11-20 14:35:33 +01:00
Cycles perf regression in Blender 4.3.0 Release vs Release Candidate

Hi! I'm not sure if this would be a significant regression, 10s in 2min20s is like ~7%, and this kind of fluctuation could happen based on different system load.

Just to make sure, you are…

YimingWu commented on issue blender/blender#126863 2024-11-20 14:29:10 +01:00
blender crash when a float texture with a size of 16384x16384 is created in gpu in eevee next

I'm not sure if this is still relevant. It's quite a big texture to begin with, we might expect that some hardware would have problem with it.

YimingWu commented on issue blender/blender#130597 2024-11-20 14:22:56 +01:00
Grease Pencil: Brush overlay radius not accurate for perspective projection

OK I gave it some thought:

  • The stroke "width" in principle is always correct no matter how wide the FOV is.
  • Since we are looking at the drawing plane, laterally the thickness should not…
YimingWu commented on issue blender/blender#130598 2024-11-20 14:08:56 +01:00
Geometry nodes viewer draws facecorner attributes (as text) on top of each other

maybe having a offset towards the face center can be a good way to do this

YimingWu commented on issue blender/blender#130570 2024-11-20 14:00:36 +01:00
Grease Pencil: Fill tool opacity low when freehanding with tablet (only with Wintab API)

Looks like this happens with any tablet API (at least from my testing, wintab/windows ink gives the same result)

I suspect that the effect was due to fill brush recording the first event's…

YimingWu commented on issue blender/blender#130603 2024-11-20 13:41:50 +01:00
Blender crashes when using F to fill

Does seem to crash internally in blender BM_mesh_partial_create_from_verts_group_single, but I could not reproduce personally.

@Roxana-Moise-Dan unless absolutely necessary, try use newer…

YimingWu closed issue blender/blender#130600 2024-11-20 13:35:11 +01:00
Blender 4.3 Grease pencil V3: my computer makes a sound when drawing a line