Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim closed issue blender/blender#125375 2024-07-26 18:01:31 +02:00
Blender crashes when undoing during sculpting on duplicate object
Sean Kim merged pull request blender/blender#125396 2024-07-26 18:01:31 +02:00
Fix #125375: Sculpt undo with duplicate object causes crash
Sean Kim pushed to closest-boundary-vert at Sean-Kim/blender 2024-07-26 06:23:57 +02:00
26f6d233fa is_editable_boundary
6c111ebcb8 Initial
437cb33a73 Refactor: Sculpt: Use new mesh vertex neighbor function
ce0f51ac1b Cleanup: Sculpt: Use enum class in various places
806ce8ebe3 Sculpt: Data oriented refactor for color filter tool
Compare 8 commits »
Sean Kim pushed to closest-boundary-vert at Sean-Kim/blender 2024-07-26 06:23:30 +02:00
81dd2fd6e2 is_editable_boundary
741691e338 Initial
8d454ba13f Sculpt: Add vert_neighbors_get_mesh method
6568629520 SubdivCCG: Add to_index helper method
8019ad8912 Fix unhandled exception for non dictionary items in extensions repo
Compare 10 commits »
Sean Kim created branch closest-boundary-vert in Sean-Kim/blender 2024-07-26 06:23:30 +02:00
Sean Kim deleted branch edit-info-refactor from Sean-Kim/blender 2024-07-26 06:00:47 +02:00
Sean Kim pushed to main at blender/blender 2024-07-26 06:00:44 +02:00
31e636a29e Refactor: Reorganize sculpt_boundary.cc calculations
Sean Kim merged pull request blender/blender#125390 2024-07-26 06:00:44 +02:00
Refactor: Reorganize sculpt_boundary.cc calculations
Sean Kim deleted branch expose-vert-neighbors from Sean-Kim/blender 2024-07-26 05:55:22 +02:00
Sean Kim pushed to main at blender/blender 2024-07-26 05:55:20 +02:00
8d454ba13f Sculpt: Add vert_neighbors_get_mesh method
Sean Kim merged pull request blender/blender#125470 2024-07-26 05:55:19 +02:00
Sculpt: Add vert_neighbors_get_mesh method
Sean Kim pushed to expose-vert-neighbors at Sean-Kim/blender 2024-07-26 05:41:43 +02:00
9e77f3f8ed Use default size, apply to various places
Sean Kim commented on pull request blender/blender#125470 2024-07-26 05:22:11 +02:00
Sculpt: Add vert_neighbors_get_mesh method

I'll do a quick grep to see if I can find easy swappable places

Sean Kim commented on pull request blender/blender#125470 2024-07-26 05:19:20 +02:00
Sculpt: Add vert_neighbors_get_mesh method
Sean Kim created pull request blender/blender#125470 2024-07-26 05:04:44 +02:00
Sculpt: Add vert_neighbors_get_mesh method
Sean Kim created branch expose-vert-neighbors in Sean-Kim/blender 2024-07-26 04:56:44 +02:00
Sean Kim pushed to expose-vert-neighbors at Sean-Kim/blender 2024-07-26 04:56:44 +02:00
c88943a37c Sculpt: Add vert_neighbors_get_mesh method
d5617d5a2b Cleanup: Remove unnecessary const parameters for vert_is_boundary
e17177c7e3 Cleanup: Decrease RNA enum items array scope
1076564070 UI: Sculpt mesh filter status display
0205db4f03 Sculpt: Data oriented refactor for surface smooth brush
Compare 10 commits »
Sean Kim deleted branch add-bke-ccg-func from Sean-Kim/blender 2024-07-26 04:35:55 +02:00
Sean Kim pushed to main at blender/blender 2024-07-26 04:35:52 +02:00
6568629520 SubdivCCG: Add to_index helper method
Sean Kim merged pull request blender/blender#125462 2024-07-26 04:35:51 +02:00
SubdivCCG: Add to_index helper method