Sean Kim Sean-Kim
  • Joined on 2023-12-14
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
Sean Kim pushed to 103013-cavity-crash at Sean-Kim/blender 2024-03-01 21:07:20 +01:00
c851391712 make format
Sean Kim commented on pull request blender/blender#118943 2024-03-01 21:06:51 +01:00
Fix #103013: Add default cavity curve

For what it's worth, I think it wouldn't be a invasive change due to the way that the automasking cache struct shields other parts of the codebase from accessing this curve through the brush. For…

Sean Kim commented on pull request blender/blender#118943 2024-03-01 20:57:01 +01:00
Fix #103013: Add default cavity curve

Thanks for the fix. Do you have a sense of why adding the curve as it's needed won't work? I guess because it has to be displayed in the UI regardless?

Adding it as its needed is a possibility…

Sean Kim created pull request blender/blender#118943 2024-03-01 01:28:14 +01:00
Fix #103013: Add default cavity curve
Sean Kim created branch 103013-cavity-crash in Sean-Kim/blender 2024-03-01 01:21:39 +01:00
Sean Kim pushed to 103013-cavity-crash at Sean-Kim/blender 2024-03-01 01:21:39 +01:00
c85980983d Fix #103013: Add default cavity curve
36c11ee482 Fix #118514: Cycles MetalRT crash with empty scene
a060e96103 Fix #101227: Crash and other issues with non-multiview multipart EXR
1e44d811ac Fix #117485: Crash rendering motion blur with changing curve count
659f05ef28 Fix: Cycles HIP incorrect rendering of clip image textures
Compare 10 commits »
Sean Kim pushed to common-gesture at Sean-Kim/blender 2024-03-01 01:12:11 +01:00
db5d3fc9e8 Further renaming
Sean Kim commented on issue blender/blender#103013 2024-03-01 00:22:57 +01:00
Sculpt: Paint tool cavity custom curve crash

This occurs specifically with the Sculpting startup.blend file. When that file is loaded, it doesn't have the Paint brush which then means that the brush_blend_read_data for that block is…

Sean Kim created pull request blender/blender-assets#1 2024-02-29 20:44:16 +01:00
Add ops.sculpt.lasso_hide
Sean Kim pushed to icon-update at Sean-Kim/blender-assets 2024-02-29 20:26:38 +01:00
33741ec48f Add ops.sculpt.lasso_hide
Sean Kim pushed to icon-update at Sean-Kim/blender-assets 2024-02-29 20:24:43 +01:00