Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on pull request blender/blender#127430 2024-09-11 19:52:23 +02:00
Fix: Crash when canceling expand operator
Sean Kim pushed to fix-expand-write-mask at Sean-Kim/blender 2024-09-11 19:52:05 +02:00
b5bcc0dba3 Merge branch 'main' of projects.blender.org:blender/blender into fix-expand-write-mask
2a0c332776 Fix: Sculpt automask occlusion crash
ab5ce3061a Fix #127357: Expand operator crashes when cursor is not on mesh
f1f0f2daaa Refactor: Sculpt: Move cached automask factor out of attribute system
be4205b824 Fix #127396: Invert Mask doesn't apply to entire mesh
Compare 45 commits »
Sean Kim deleted branch pose-brush from Sean-Kim/blender-assets 2024-09-11 19:49:34 +02:00
Sean Kim pushed to main at blender/blender-assets 2024-09-11 19:49:34 +02:00
ea2a1961b7 Assets: Sculpt: Update default pose brush offset value (#10)
Sean Kim merged pull request blender/blender-assets#10 2024-09-11 19:49:32 +02:00
Assets: Sculpt: Update default pose brush offset value
Sean Kim pushed to main at blender/blender 2024-09-11 19:48:57 +02:00
ab5ce3061a Fix #127357: Expand operator crashes when cursor is not on mesh
Sean Kim deleted branch fix-127357-expand-crash from Sean-Kim/blender 2024-09-11 19:48:56 +02:00
Sean Kim closed issue blender/blender#127357 2024-09-11 19:48:55 +02:00
Sculpt Mode: Using Expand operators outside of geometry crashes Blender
Sean Kim merged pull request blender/blender#127433 2024-09-11 19:48:53 +02:00
Fix #127357: Expand operator crashes when cursor is not on mesh
Sean Kim commented on pull request blender/blender#127433 2024-09-11 19:48:05 +02:00
Fix #127357: Expand operator crashes when cursor is not on mesh

BTW, it's really nice that you include how you tested the change, thanks for that!

Thanks! I find it's helpful in general when making PRs that are moderately complex because it forces me to…

Sean Kim pushed to main at blender/blender 2024-09-11 19:17:24 +02:00
be4205b824 Fix #127396: Invert Mask doesn't apply to entire mesh
Sean Kim deleted branch fix-127396-invert-mask from Sean-Kim/blender 2024-09-11 19:17:23 +02:00
Sean Kim closed issue blender/blender#127396 2024-09-11 19:17:22 +02:00
Sculpt Mode: Invert Mask only done on part of the mesh
Sean Kim merged pull request blender/blender#127435 2024-09-11 19:17:19 +02:00
Fix #127396: Invert Mask doesn't apply to entire mesh
Sean Kim approved blender/blender#127463 2024-09-11 19:12:58 +02:00
Refactor: Sculpt: Move cached automask factor out of attribute system

Minor naming comments, otherwise looks good.

Sean Kim commented on pull request blender/blender#127463 2024-09-11 19:12:57 +02:00
Refactor: Sculpt: Move cached automask factor out of attribute system

I think the cached_ prefix is maybe unnecessary given that the entire struct is named Cache

Sean Kim commented on pull request blender/blender#127412 2024-09-11 02:23:27 +02:00
Fix #127399: Sculpt temporary Smooth brush ignores some settings

Changing this particular file affects a number of modes, not just Sculpt, was this tested against Vertex / Weight / GP / etc to make sure that we didn't cause regressions on the user-side?

Sean Kim commented on pull request blender/blender#127412 2024-09-11 02:23:26 +02:00
Fix #127399: Sculpt temporary Smooth brush ignores some settings

I get that we have to do this here because the issue is that the brush isn't updated until stroke->test_start, but that entire process seems a bit odd. It seems like we might want a separate initialization step that we can call so that the brush is initialized earlier?

Sean Kim commented on pull request blender/blender#127435 2024-09-11 01:53:50 +02:00
Fix #127396: Invert Mask doesn't apply to entire mesh
Sean Kim pushed to fix-127396-invert-mask at Sean-Kim/blender 2024-09-11 01:51:59 +02:00
e7877acd15 Reduce calls to local