YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu closed issue blender/blender#130162 2024-11-12 07:04:07 +01:00
Bool Tool not working
YimingWu commented on issue blender/blender#130162 2024-11-12 07:04:03 +01:00
Bool Tool not working

Hi @AhmedNassef , bool tool is maintained by nickberckley, which you could report a issue at their repository. Thanks!

Will close this…

YimingWu commented on issue blender/blender#130161 2024-11-12 06:36:29 +01:00
Vulkan: Duplicate line artifact in viewport grid

I set Vulkan Loader to all and this is the log it spits out 🤔

YimingWu commented on issue blender/blender#130161 2024-11-12 06:26:41 +01:00
Vulkan: Duplicate line artifact in viewport grid

@Alaska Are you having the problem where if you change the size of the window then blender will not refresh anymore under vulkan? (I have this on linux X11)

I'm now fiddling with [VulkanTools](h…

YimingWu commented on issue blender/blender#130110 2024-11-11 13:04:14 +01:00
Grease Pencil v3 Fill tool Gap Closure not working

I'll reopen this since there's still this crash needed fixing

YimingWu reopened issue blender/blender#130110 2024-11-11 13:03:48 +01:00
Grease Pencil v3 Fill tool Gap Closure not working
YimingWu pushed to fix-129883 at ChengduLittleA/blender 2024-11-11 12:45:05 +01:00
070a1589ad Missing formatting
YimingWu deleted branch fix-130110-a from ChengduLittleA/blender 2024-11-11 12:43:54 +01:00
YimingWu closed issue blender/blender#130110 2024-11-11 12:43:51 +01:00
Grease Pencil v3 Fill tool Gap Closure not working
YimingWu merged pull request blender/blender#130120 2024-11-11 12:43:47 +01:00
Fix #130110: GPv3: Fill tool respect legacy radius factor
YimingWu pushed to blender-v4.3-release at blender/blender 2024-11-11 12:43:47 +01:00
b8eb80c1fd Fix #130110: GPv3: Fill tool respect legacy radius factor
YimingWu commented on pull request blender/blender#130122 2024-11-11 12:30:30 +01:00
Fix: #130045: Crash in length modifier with 2 point curves

I believe these should be 1s (which means "get x amount of points to compute extending direction"). Let me try that...

YimingWu created pull request blender/blender#130120 2024-11-11 11:56:40 +01:00
Fix #130110: GPv3: Fill tool respect legacy radius factor
YimingWu pushed to fix-130110-a at ChengduLittleA/blender 2024-11-11 11:55:18 +01:00
5fb152159f Fix #130110: GPv3: Fill tool respect legacy radius factor
01db47b82c Fix #129766: GPv3: Fallback to "frames" mode in build modifier for natural drawing speed
1c8669f8c9 Fix: sphinx_doc_gen.py syntax error while generating PyDoc
ab051e1f17 Fix: GPv3: "Lineart" and "Opacity" modifier don't follow alphabetical order
9b3108462f Fix #129925: SLIM UV unwrap with holes
Compare 10 commits »
YimingWu created branch fix-130110-a in ChengduLittleA/blender 2024-11-11 11:55:18 +01:00
YimingWu commented on issue blender/blender#130110 2024-11-11 11:52:13 +01:00
Grease Pencil v3 Fill tool Gap Closure not working

Looks like the extension factor value changing was due to a missing LEGACY_RADIUS_CONVERSION_FACTOR. I don't feel this to be the most elegant solution but I'll just multiply the factor back…

YimingWu commented on issue blender/blender#130110 2024-11-11 11:45:07 +01:00
Grease Pencil v3 Fill tool Gap Closure not working

@LukasTonne It seems that in grease_pencil_draw_ops.cc, grease_pencil_fill_extension_cut(), view_starts[bvh_index] = start; the bvh_index probably has an off-by-1 error.

__pthread_k…
YimingWu commented on issue blender/blender#130110 2024-11-11 11:09:45 +01:00
Grease Pencil v3 Fill tool Gap Closure not working

Can reproduce this on Linux as well. Will update reproduction steps.

YimingWu commented on issue blender/blender#130106 2024-11-11 06:58:31 +01:00
Vulkan: Significant Cycles performance regression

Can confirm this on linux as well. Viewport preview refreshing is like at least 16 times slower than if back end is OpenGL (like the sample count would rapidly increase when in OpenGL but in…