Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created pull request blender/blender#128939 2024-10-13 06:05:39 +02:00
Fix #128929: Multires face set automasking doesnt work with no face set
Sean Kim pushed to fix-bmesh-density at Sean-Kim/blender 2024-10-13 06:05:26 +02:00
f13ee22c9d Merge branch 'blender-v4.3-release' of projects.blender.org:blender/blender into fix-bmesh-density
15be0030f6 Cleanup: various non-functional C++ changes
57ca937a7c Fix #128714: GPv3: Don't erase behind the camera
bcf6524ca1 Fix #128601: Redoing move operation crash in sculpt mode
d177388979 Sculpt/Paint: Tag brushes for unsaved changes for UI indication
Compare 20 commits »
Sean Kim pushed to fix-multires-automasking at Sean-Kim/blender 2024-10-13 06:04:59 +02:00
28d6886a4f Fix #128929: Multires face set automasking doesnt work with no face set
15be0030f6 Cleanup: various non-functional C++ changes
57ca937a7c Fix #128714: GPv3: Don't erase behind the camera
Compare 3 commits »
Sean Kim created branch fix-multires-automasking in Sean-Kim/blender 2024-10-13 06:04:59 +02:00
Sean Kim created pull request blender/blender#128936 2024-10-13 05:32:31 +02:00
Fix #128933: Dyntopo density brush prints constant console errors
Sean Kim pushed to fix-bmesh-density at Sean-Kim/blender 2024-10-13 05:30:42 +02:00
697c828f7d Fix #128933: Dyntopo density brush prints constant console errors
Sean Kim created branch fix-bmesh-density in Sean-Kim/blender 2024-10-13 05:30:42 +02:00
Sean Kim pushed to sculpt-gesture-cleanup at Sean-Kim/blender 2024-10-13 05:04:46 +02:00
fe029dd096 make format
Sean Kim pushed to sculpt-gesture-cleanup at Sean-Kim/blender 2024-10-13 02:06:31 +02:00
1b88401f84 Use const ref instead of const value for float3 param
Sean Kim pushed to sculpt-gesture-cleanup at Sean-Kim/blender 2024-10-13 02:03:42 +02:00
3744717e77 Remove more usages of copy_v3_v3
Sean Kim created pull request blender/blender#128931 2024-10-13 02:01:15 +02:00
Cleanup: Various non-functional changes for sculpt_gesture.cc
Sean Kim pushed to sculpt-gesture-cleanup at Sean-Kim/blender 2024-10-13 01:55:33 +02:00
ffe982c9e1 Cleanup: Various non-functional changes for sculpt_gesture.cc
Sean Kim created branch sculpt-gesture-cleanup in Sean-Kim/blender 2024-10-13 01:47:38 +02:00
Sean Kim pushed to sculpt-gesture-cleanup at Sean-Kim/blender 2024-10-13 01:47:38 +02:00
03fd9f9b99 Cleanup: Various non-functional changes for sculpt_gesture.cc
07f298c1e5 Merge branch 'blender-v4.3-release'
Compare 3 commits »
Sean Kim commented on pull request blender/blender#128515 2024-10-12 07:11:40 +02:00
Fix #76374: Multires artifacts when sculping on lower level

The thing is that the sculopt level gets "smoothed" via reshape_subdiv (to have some smooth curve of the delta, and not linear interpolation applied to the higher level). So even sculpted grid…