Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created branch sculpt-trim-cursor in Sean-Kim/blender 2024-06-21 19:59:36 +02:00
Sean Kim pushed to sculpt-trim-cursor at Sean-Kim/blender 2024-06-21 19:59:36 +02:00
26b45f3110 Fix #122856: Sculpt trim tools do not show brush cursor
Sean Kim commented on pull request blender/blender#123524 2024-06-21 19:08:35 +02:00
Fix: Prevent debug assert when switching to Sculpt Mode

Yeah, BLI_assert_unreachable is weird in that context and probably not worth considering at all. I thought of using it instead of BLI_assert(0) since

if (mesh_eval == nullptr)
{
  …
Sean Kim commented on pull request blender/blender#123524 2024-06-21 18:26:03 +02:00
Fix: Prevent debug assert when switching to Sculpt Mode

I saw there was also discussion about the usefulness of the assert in the chat - I get the distinction between developer-facing informative asserts & things done to prevent crashes, but the…

Sean Kim created pull request blender/blender#123524 2024-06-21 04:06:38 +02:00
Fix: Prevent debug assert when switching to Sculpt Mode
Sean Kim created branch fix-sculpt-update-object-assert in Sean-Kim/blender 2024-06-21 04:02:51 +02:00
Sean Kim pushed to fix-sculpt-update-object-assert at Sean-Kim/blender 2024-06-21 04:02:51 +02:00
fbb0ef1667 Fix: Remove unnecessary assert in sculpt_update_object
Sean Kim pushed to fix-sculpt-update-object at Sean-Kim/blender 2024-06-21 03:45:53 +02:00
2d23174a73 Fix: Remove unnecessary assert in sculpt_update_object
8b9cf02ce9 Merge branch 'blender-v4.2-release'
b4213141c2 Merge branch 'blender-v4.2-release'
72ef03d5a1 Extensions: split add-ons & extensions into separate preferences
bbf7940d34 Cleanup: Memory leak in UI_OT_eyedropper_depth
Compare 10 commits »
Sean Kim created branch fix-sculpt-update-object in Sean-Kim/blender 2024-06-21 03:45:53 +02:00
Sean Kim commented on pull request blender/blender#122062 2024-06-21 01:47:35 +02:00
Sculpt: Add stroke stabilization to lasso tools

After doing a bit of investigation, I believe this isn't possible currently for the same reasons that the Shift-S keybind isn't possible:

Classes that subclass Panel have a `draw(self,…

Sean Kim commented on pull request blender/blender#123518 2024-06-20 23:04:44 +02:00
Sculpt: Fix clay brush sample factor application

@blender-bot package

Sean Kim created pull request blender/blender#123518 2024-06-20 23:03:55 +02:00
Sculpt: Fix clay brush sample factor application
Sean Kim pushed to fix-clay-brush at Sean-Kim/blender 2024-06-20 22:49:41 +02:00
4043362696 Sculpt: Fix clay brush sample factor application
Sean Kim pushed to fix-clay-brush at Sean-Kim/blender 2024-06-20 22:46:39 +02:00
7c049782f1 Sculpt: Fix clay brush sample factor application
7ba935f7dd USD: Add animation export test
a6bc1d27f5 USD: Add animation export test file
Compare 3 commits »
Sean Kim created branch fix-clay-brush in Sean-Kim/blender 2024-06-20 22:46:39 +02:00
Sean Kim commented on pull request blender/blender#122062 2024-06-20 20:54:48 +02:00
Sculpt: Add stroke stabilization to lasso tools

As far as I'm aware, the only other case that has the options displayed in the toolbar in this same way is the Annotation tool. I think it would be fine to group these under a "Stroke" popover to…

Sean Kim pushed to lasso-stabilize at Sean-Kim/blender 2024-06-20 01:05:55 +02:00
3879cddfb6 Merge branch 'main' of projects.blender.org:blender/blender into lasso-stabilize
7997d62598 Sculpt: Initial data oriented refactor for crease/blob brushes
ffad89f028 Merge branch 'blender-v4.2-release'
6c5ce883e7 Fix: USD access of deleted mesh during custom property write
d908ae7fcc Refactor: Add helper method for creating face set attribute
Compare 687 commits »
Sean Kim commented on issue blender/blender#120628 2024-06-19 22:50:37 +02:00
Transfer Sculpt Mode flickering artefacts

This doesn't appear to be exclusive to Sculpt Mode, I see the same flickering for Vertex Paint, Weight Paint, etc

Sean Kim commented on issue blender/blender#120628 2024-06-19 22:19:16 +02:00
Transfer Sculpt Mode flickering artefacts

Looking into this one. Broken in 4.0.1 as well

Sean Kim approved blender/blender#123428 2024-06-19 21:47:40 +02:00
Fix #123181: Sculpt Transform tools dont keep verts on the symmetry axis

Appears to work the same in Edit mode and Sculpt mode now, no code comments from me, though I agree with Iliya and Hans on the constexpr