Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#127637 2024-09-18 02:20:27 +02:00
broken undo in sculpt mode when 'Shape Keys' are modified on a mesh with 'Multires' modifier

Verified this weird behavior exists back in 3.3 LTS and 3.6 LTS

Sean Kim commented on issue blender/blender#127775 2024-09-18 02:11:08 +02:00
Sculpt: Undo operation not working after using mask tools on mesh with multiresolution modifier

Can confirm - also of note, this doesn't happen with the mask brush, just the relevant tools.

Sean Kim commented on issue blender/blender#127776 2024-09-18 02:06:12 +02:00
Sculpt: Crush after using mask tools on mesh with multiresolution modifier

Can confirm the crash

Sean Kim created pull request blender/blender#127781 2024-09-18 01:18:41 +02:00
Refactor: Sculpt: Specialize pose face set IK chain creation
Sean Kim pushed to pose-face-set-init-refactor at Sean-Kim/blender 2024-09-18 01:11:51 +02:00
365ab232ed Refactor: Sculpt: Specialize pose face set IK chain creation
2ba69519a8 Fix #127678: Auto-Save Preferences does not work for few anim properties
6b63fa8f85 GPv3: Interpolate Sequence operator
d15681a459 Sculpt: Extract deformation position data and logic to a class
b2ce5393ad Cleanup: Sculpt: Remove unused automasking function
Compare 10 commits »
Sean Kim created branch pose-face-set-init-refactor in Sean-Kim/blender 2024-09-18 01:11:51 +02:00
Sean Kim commented on issue blender/blender#127734 2024-09-17 22:12:06 +02:00
Sculpt: Automasking mesh boundary on multires prevents some internal vertices from being affected

Checked the attached blend in 3.6 & 3.3 LTS, this behavior still persists in both of those

Sean Kim commented on issue blender/blender#127571 2024-09-17 21:28:03 +02:00
Sculpt Mode: Various brushes break mesh if used with Mirror modifier

Updated the title to better represent the issue - tested this with the Elastic Deform brush and I notice the same thing - regression is likely related to the original coordinate handling with this…

Sean Kim commented on issue blender/blender#127734 2024-09-17 20:59:20 +02:00
Sculpt: Automasking mesh boundary on multires prevents some internal vertices from being affected

@PratikPB2123 Did you happen to check if this was a regression?

Sean Kim pushed to grease-pencil-bake-object-transform at Sean-Kim/blender 2024-09-17 20:34:53 +02:00
598c2253f2 Remove extra reprojection
666f29aac3 extract matrix multiplication
dffbe29c6a Fix drawing duplication
59a6c280d2 Remove missed span conversion
Compare 4 commits »
Sean Kim commented on pull request blender/blender#127735 2024-09-17 20:23:41 +02:00
GPv3: Add Reproject operator

From some tests it seems like the Front, Side, and Top planes are in world space. I compared this to GPv2 and it seems like it's a weird mix there. It uses the object location, but not the…

Sean Kim pushed to gpv3-reproject at Sean-Kim/blender 2024-09-17 20:21:14 +02:00
15d0889900 Reproject to specific object location
f7550f778a Add missed break statement
f53256c684 Wrap scene graph update in surface mode reprojection check
27399a783e whitespace
Compare 4 commits »
Sean Kim deleted branch cleanup-cavity-bake from Sean-Kim/blender 2024-09-17 19:20:47 +02:00
Sean Kim merged pull request blender/blender#127743 2024-09-17 19:20:44 +02:00
Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes
Sean Kim pushed to main at blender/blender 2024-09-17 19:20:44 +02:00
b70c00bf4e Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes
Sean Kim pushed to cleanup-cavity-bake at Sean-Kim/blender 2024-09-17 07:35:08 +02:00
3c0d14e118 Merge branch 'main' of projects.blender.org:blender/blender into cleanup-cavity-bake
0a0551cf26 CMake: suppress warnings building with mold on Linux
bab4f7a0cd Fix #127654: Video Deinterlace option does not work in some cases
fffec9a12a Cleanup: remove unused window position function
4df0dc4181 Fix: Sculpt: Avoid repeatedly retrieving mesh data
Compare 13 commits »
Sean Kim created pull request blender/blender#127743 2024-09-17 07:30:13 +02:00
Cleanup: Sculpt: Various non-functional sculpt_ops.cc changes