Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on pull request blender/blender#127435 2024-09-11 00:59:50 +02:00
Fix #127396: Invert Mask doesn't apply to entire mesh
Sean Kim created pull request blender/blender#127435 2024-09-11 00:59:38 +02:00
Fix #127396: Invert Mask doesn't apply to entire mesh
Sean Kim created branch fix-127396-invert-mask in Sean-Kim/blender 2024-09-11 00:59:15 +02:00
Sean Kim pushed to fix-127396-invert-mask at Sean-Kim/blender 2024-09-11 00:59:15 +02:00
26401593f5 Fix #127396: Invert Mask doesn't apply to entire mesh
Sean Kim commented on issue blender/blender#127396 2024-09-11 00:21:03 +02:00
Sculpt Mode: Invert Mask only done on part of the mesh

Adding the following assert:

      write_mask_mesh(
          depsgraph, object, node_mask, [&](MutableSpan<float> mask, const Span<int> verts) {
            BLI_assert(!verts.is_empty())…
Sean Kim commented on issue blender/blender#127396 2024-09-10 23:57:12 +02:00
Sculpt Mode: Invert Mask only done on part of the mesh

Can confirm on latest main

Sean Kim created pull request blender/blender#127433 2024-09-10 23:44:52 +02:00
Fix #127357: Expand operator crashes when cursor is not on mesh
Sean Kim pushed to fix-127357-expand-crash at Sean-Kim/blender 2024-09-10 23:36:47 +02:00
d2d4e99972 Fix #127357: Expand operator crashes when cursor is not on mesh
Sean Kim pushed to fix-127357-expand-crash at Sean-Kim/blender 2024-09-10 23:30:34 +02:00
c2e629dbe2 Fix #127357: Expand operator crashes when cursor is not on mesh
Sean Kim created branch fix-127357-expand-crash in Sean-Kim/blender 2024-09-10 23:30:34 +02:00
Sean Kim commented on pull request blender/blender#127430 2024-09-10 23:22:34 +02:00
Fix: Crash when canceling expand operator
Sean Kim created pull request blender/blender#127430 2024-09-10 23:22:12 +02:00
Fix (unreported): Crash when canceling expand operator
Sean Kim created branch fix-expand-write-mask in Sean-Kim/blender 2024-09-10 23:21:34 +02:00
Sean Kim pushed to fix-expand-write-mask at Sean-Kim/blender 2024-09-10 23:21:34 +02:00
6c35ccd1a6 Fix (unreported): Crash when canceling expand operator
7cd6b7175f Sculpt: Parallelize max face size reduction during grid BVH build
883568c0b1 Cleanup: Improve face size variable name
8cd80b0fac Cleanup: Correct comment and add note
b748cf316f Fix: GPv3: Avoid NaN when reprojecting
Compare 10 commits »
Sean Kim commented on issue blender/blender#127357 2024-09-10 22:28:05 +02:00
Sculpt Mode: Using Expand operators outside of geometry crashes Blender

What's the expected behavior here if the last active vertex is actually just completely invalid? i.e. in cases where we switched from a normal mesh to dyntopo / multires or vice versa, or if the…

Sean Kim created pull request blender/blender-assets#10 2024-09-10 22:07:01 +02:00
Assets: Sculpt: Update default pose brush offset value
Sean Kim pushed to pose-brush at Sean-Kim/blender-assets 2024-09-10 22:06:11 +02:00
64fec60ff4 Assets: Sculpt: Update default pose brush offset value
4c14e5a011 Assets: Update brush assets to include brush type in metadata
814eed6390 Tool icons: Remove icons for removed brush tools
5c1abd347d Grease Pencil: Update all draw brushes
c02a78249c Essentials: Include current default brushes as brush assets
Compare 10 commits »
Sean Kim created branch pose-brush in Sean-Kim/blender-assets 2024-09-10 22:06:10 +02:00
Sean Kim deleted branch fix-drawing-placement from Sean-Kim/blender 2024-09-10 21:28:50 +02:00