Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim pushed to main at blender/blender-developer-docs 2024-08-12 17:19:01 +02:00
40148871cc Update docs/release_notes/4.3/sculpt.md
Sean Kim closed issue blender/blender#125249 2024-08-12 17:10:39 +02:00
Inconsistency: Polyline tools in Sculpt mode do not react to double click.
Sean Kim commented on issue blender/blender#125249 2024-08-12 17:10:35 +02:00
Inconsistency: Polyline tools in Sculpt mode do not react to double click.

Closing this, functionality should be available in the next daily build.

Sean Kim deleted branch doubleclick-confirm-polyline from Sean-Kim/blender 2024-08-12 17:06:53 +02:00
Sean Kim pushed to main at blender/blender 2024-08-12 17:06:51 +02:00
64211aa8c6 Sculpt: Add polyline gesture submit on double click
Sean Kim merged pull request blender/blender#125391 2024-08-12 17:06:50 +02:00
Sculpt: Add polyline gesture submit on double click
Sean Kim pushed to main at Sean-Kim/.profile 2024-08-11 01:15:42 +02:00
e99e4509f3 Update reports/2024.md
Sean Kim commented on pull request blender/blender#126189 2024-08-11 01:01:21 +02:00
WIP: UX: Add Polyline Select tool

@blender-bot package

Sean Kim created pull request blender/blender#126189 2024-08-11 01:01:00 +02:00
WIP: UX: Add Polyline Select tool
Sean Kim pushed to select-polyline at Sean-Kim/blender 2024-08-11 00:58:16 +02:00
df99acce25 WIP: UI: Add Polyline Select tool
Sean Kim pushed to select-polyline at Sean-Kim/blender 2024-08-11 00:54:17 +02:00
fcfbfecd75 make format
Sean Kim created branch select-polyline in Sean-Kim/blender 2024-08-11 00:50:58 +02:00
Sean Kim pushed to select-polyline at Sean-Kim/blender 2024-08-11 00:50:58 +02:00
371876d0a2 WIP: UI: Add Polyline Select tool
Sean Kim created pull request blender/blender#126186 2024-08-10 23:11:51 +02:00
Refactor: Sculpt: Add active_vert_index() and active_vert_position()
Sean Kim pushed to active-vert-cleanup at Sean-Kim/blender 2024-08-10 23:01:37 +02:00
7d27525a2e Refactor: Sculpt: Add active_vert_index() and active_vert_position()
1c98cdbc52 Refactor: UI_list: Move PointerRNA containers to C++ code.
7d52265771 Fix several issues with i18n tools on non-linux platforms.
1c1af5383b Overlay-Next: Enable prepass only if selection and xray are off
ef2e1f8423 Fix #126160: Incorrect string returned from usd::make_safe_name
Compare 10 commits »
Sean Kim created branch active-vert-cleanup in Sean-Kim/blender 2024-08-10 23:01:36 +02:00
Sean Kim pushed to main at blender/blender 2024-08-10 02:16:47 +02:00
52a0d4252e Refactor: Sculpt: Create per-pbvh topology automasking initialization
Sean Kim pushed to cleanup-write-translations at Sean-Kim/blender 2024-08-10 01:17:58 +02:00
3792168750 PR feedback
Sean Kim commented on pull request blender/blender#126161 2024-08-10 01:16:21 +02:00
Refactor: Restructure sculpt shape key updates

Ah, yeah, I missed removing this, I don't think it does much in this particular case.

Sean Kim commented on pull request blender/blender#126161 2024-08-10 01:11:45 +02:00
Refactor: Restructure sculpt shape key updates

To add to this - I think we could filter out some of these applications if we know we're working with non-basis shape keys, but I don't know if the potential speed gain would be worth the extra…