Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on pull request blender/blender#127959 2024-09-21 22:43:28 +02:00
Fix: Avoid accessing face set with invalid index
Sean Kim created pull request blender/blender#127959 2024-09-21 22:42:53 +02:00
Refactor: Sculpt: Remove mesh and multires index from SculptSession
Sean Kim pushed to fix-active-face-set at Sean-Kim/blender 2024-09-21 22:36:32 +02:00
068be89a62 Refactor: Sculpt: Remove mesh and multires index from SculptSession
Sean Kim pushed to fix-active-face-set at Sean-Kim/blender 2024-09-21 22:34:19 +02:00
1ca3626e74 Refactor: Sculpt: Remove mesh and multires index from SculptSession
Sean Kim created branch fix-active-face-set in Sean-Kim/blender 2024-09-21 22:34:19 +02:00
Sean Kim opened issue blender/blender#127958 2024-09-21 22:30:58 +02:00
Add option to Mask from Cavity / Mask from Boundary to toggle corresponding automasking setting off
Sean Kim deleted branch rename-pbvh-api from Sean-Kim/blender 2024-09-21 22:20:21 +02:00
Sean Kim pushed to main at blender/blender 2024-09-21 22:20:18 +02:00
e908a9d39e Cleanup: Rename bmesh detail size raycast function
Sean Kim merged pull request blender/blender#127954 2024-09-21 22:20:18 +02:00
Cleanup: Rename bmesh detail size raycast function
Sean Kim pushed to create-boundary-mask at Sean-Kim/blender 2024-09-21 21:53:23 +02:00
2b194eed25 Readd mask.finish()
0f8f0d3f3c Add separate buttons to ensure only a single mode is selected
Compare 2 commits »
Sean Kim pushed to create-boundary-mask at Sean-Kim/blender 2024-09-21 21:26:46 +02:00
54298ab3a0 Remove settings_source from redo panel
8fb69a6b3c Settings, ui, make format
8b966956fb Extract apply_mask_from_settings common functionality
0f6733e0d7 Expose & reuse mask::invert_mask
Compare 4 commits »
Sean Kim commented on pull request blender/blender#127787 2024-09-21 21:00:15 +02:00
Sculpt: Add Mask from Boundary Operator

I'm actually planning on removing the MaskSettingSource enum soon entirely, so for now I'll just remove it from this method.

Sean Kim commented on pull request blender/blender#127787 2024-09-21 20:58:40 +02:00
Sculpt: Add Mask from Boundary Operator

Done, pulled this out into its own method

Sean Kim commented on pull request blender/blender#127787 2024-09-21 20:41:00 +02:00
Sculpt: Add Mask from Boundary Operator

Extracted the mask.cc invert_mask function into the mask namespace and used it here.

Sean Kim commented on pull request blender/blender#127954 2024-09-21 20:23:01 +02:00
Cleanup: Rename bmesh detail size raycast function
Sean Kim created pull request blender/blender#127954 2024-09-21 20:22:33 +02:00
Cleanup: Rename bmesh detail size raycast function
Sean Kim created branch rename-pbvh-api in Sean-Kim/blender 2024-09-21 20:21:47 +02:00
Sean Kim pushed to rename-pbvh-api at Sean-Kim/blender 2024-09-21 20:21:47 +02:00
d5ab95172e Cleanup: Rename bmesh detail size raycast function
Sean Kim deleted branch remove-pbvhvertref-raycast from Sean-Kim/blender 2024-09-21 20:17:40 +02:00
Sean Kim merged pull request blender/blender#127933 2024-09-21 20:17:36 +02:00
Refactor: Sculpt: Remove usage of PBVHVertRef in raycast methods