Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#119070 2024-03-05 02:21:55 +01:00
Lasso Trim / Lasso Add crash when clicking after accessing through Sculpt menu

Should have a fix for this later today

Sean Kim created pull request blender/blender-developer-docs#35 2024-03-05 01:56:17 +01:00
Update 4.1 release notes for sculpt
Sean Kim created branch 4.1-sculpt-changes in Sean-Kim/blender-developer-docs 2024-03-05 01:52:58 +01:00
Sean Kim pushed to 4.1-sculpt-changes at Sean-Kim/blender-developer-docs 2024-03-05 01:52:58 +01:00
66453972be Update 4.1 release notes for sculpt
fdfb2a5982 GPU Overview: Fix typo in code example and update comment
49e1784412 Update docs/release_notes/4.1/python_api.md
839c7cf586 Update docs/handbook/bug_reports/hardware_list.md
b249d7303d Hardware List: add links to gitea profiles
Compare 10 commits »
Sean Kim commented on issue blender/blender#119070 2024-03-05 01:05:16 +01:00
Lasso Trim / Lasso Add crash when clicking after accessing through Sculpt menu

It's odd that this is happening to the Lasso Trim operator but not the Box Trim, and only occurs when selecting from the Sculpt menu, not the toolbar itself.

Sean Kim pushed to migrate-hide-show at Sean-Kim/blender 2024-03-05 00:30:10 +01:00
ca40008b9d Address PR feedback
Sean Kim opened issue blender/blender#119070 2024-03-05 00:07:01 +01:00
Lasso Trim / Lasso Add crash when clicking after accessing through Sculpt menu
Sean Kim commented on pull request blender/blender#119040 2024-03-04 19:23:48 +01:00
Sculpt: Migrate Box Hide to common gesture code

More operators was my first idea, but I was worried if doing so would be a breaking change. I’ll work on splitting them up

Sean Kim commented on pull request blender/blender-assets#1 2024-03-04 18:41:56 +01:00
Add ops.sculpt.lasso_hide

@pablovazquez I'm not sure if Julien is actively looking at any issues since he's on sabbatical; In this case I guess sign-off from the sculpt module on the artist side would come from @DanielByste…

Sean Kim created pull request blender/blender#119040 2024-03-04 03:33:23 +01:00
Sculpt: Migrate Box Hide to common gesture code
Sean Kim pushed to migrate-hide-show at Sean-Kim/blender 2024-03-04 03:08:15 +01:00
e827aca772 Sculpt: Migrate Box Hide to common gesture code
434759d333 Merge branch 'blender-v4.1-release'
173c41c1c0 Fix #114946: Mesh.clear_geometry should not clear required built-in attributes
6db0bee685 Cleanup: Add utility for volume grid nodes search items
b16e4bee1f Merge branch 'blender-v4.1-release'
Compare 13 commits »
Sean Kim opened issue blender/blender-manual#104726 2024-03-04 02:47:56 +01:00
Sculpt Mode "Box Hide" tool missing page / description
Sean Kim commented on issue blender/blender#119014 2024-03-04 02:15:00 +01:00
Crash while editing keymap entry (MacOS only)

Ok, I removed any build artifacts that were in the parent directly (build_darwin_*), performed

make update
make lite

ran Blender with `../build_darwin_lite/bin/Blender.app/Conten…

Sean Kim commented on issue blender/blender#119014 2024-03-03 09:42:46 +01:00
Crash while editing keymap entry (MacOS only)

Hmm, I wonder if I have a weird cached file or something. I'll try a clean build in with factory startup tomorrow.

Sean Kim commented on issue blender/blender#119014 2024-03-02 23:15:05 +01:00
Crash while editing keymap entry (MacOS only)

Threw an assert in the sort comparison function here in interface_utils.cc , a is nullptr occasionally

      std::sort(
          items_list.begin(),
          items_list.end(),
  …
Sean Kim opened issue blender/blender#119014 2024-03-02 22:32:16 +01:00
Crash while editing keymap entry
Sean Kim pushed to migrate-hide-show at Sean-Kim/blender 2024-03-02 12:11:09 +01:00
14a8149318 Cleanup: Cycles: Remove unused function
fae16e7454 Merge branch 'blender-v4.1-release'
4a81fe8180 Fix #115755: rename enum from type to rotation_type to resolve name collision
aab9ecc396 Cleanup: Remove very old hack to fix linking in interface module
Compare 10 commits »
Sean Kim created branch migrate-hide-show in Sean-Kim/blender 2024-03-02 12:11:08 +01:00
Sean Kim deleted branch 103013-cavity-crash from Sean-Kim/blender 2024-03-01 22:19:19 +01:00
Sean Kim deleted branch common-gesture from Sean-Kim/blender 2024-03-01 22:19:13 +01:00