Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#119014 2024-03-07 18:09:47 +01:00
Crash while editing keymap entry (MacOS only)

This discussion on the libc++ forum seems possibly related: https://discourse.llvm.org/t/rfc-strict-weak-ordering-checks-in-the-debug-libc/70217

Sean Kim commented on issue blender/blender#119014 2024-03-07 04:33:10 +01:00
Crash while editing keymap entry (MacOS only)

I think I've nailed down the issue to being something in the std::sort function - I tried swapping out blender's Vector class for std::vector in that particular code block and still run into…

Sean Kim pushed to 80390-lasso-gesture-hide at Sean-Kim/blender 2024-03-07 01:23:31 +01:00
a190229af8 Remove extra keymap entry
Sean Kim created pull request blender/blender#119140 2024-03-07 01:02:37 +01:00
Sculpt: Add Lasso Hide tool
Sean Kim pushed to 80390-lasso-gesture-hide at Sean-Kim/blender 2024-03-07 00:59:41 +01:00
0eb000d418 Sculpt: Add Lasso Hide tool
Sean Kim pushed to 80390-lasso-gesture-hide at Sean-Kim/blender 2024-03-07 00:49:13 +01:00
82de171391 Sculpt: Add Lasso Hide tool
00b4fdce2c UI: Improvements to Confirmation of Load Factory
3bacd93ba6 UI: Improvements to Confirmation of Load Factory Preferences
06bc23f08e Fix: warnings caused by d53d7dea71
eb8557f8a7 Cleanup: Use snake case for function names in file list
Compare 10 commits »
Sean Kim created branch 80390-lasso-gesture-hide in Sean-Kim/blender 2024-03-07 00:49:13 +01:00
Sean Kim deleted branch 4.1-sculpt-changes from Sean-Kim/blender-developer-docs 2024-03-07 00:22:31 +01:00
Sean Kim deleted branch gesture-enum-cleanup from Sean-Kim/blender 2024-03-06 06:44:50 +01:00
Sean Kim deleted branch hide-cleanup-operator-properties from Sean-Kim/blender 2024-03-06 06:44:07 +01:00
Sean Kim created pull request blender/blender#119113 2024-03-06 06:16:41 +01:00
Cleanup: Remove unnecessary property for new hide operators
Sean Kim pushed to hide-cleanup-operator-properties at Sean-Kim/blender 2024-03-06 06:14:15 +01:00
82dbfe297e Cleanup: Remove unnecessary property for new hide operators
f1eecd6425 Cleanup: quiet missing-declarations warning, format
Compare 2 commits »
Sean Kim created branch hide-cleanup-operator-properties in Sean-Kim/blender 2024-03-06 06:14:15 +01:00
Sean Kim created pull request blender/blender#119111 2024-03-06 05:50:57 +01:00
Cleanup: Convert eShapeType to enum class
Sean Kim created branch gesture-enum-cleanup in Sean-Kim/blender 2024-03-06 05:47:15 +01:00
Sean Kim pushed to gesture-enum-cleanup at Sean-Kim/blender 2024-03-06 05:47:15 +01:00
331635c1d8 Cleanup: Convert eShapeType to enum class
705964d7bb Sculpt: Migrate Box Hide to common gesture code
c4a74ff2de Fix #119102: GLSL was the default formatter without a file extension
d686699316 Cleanup: various non-functional C++ changes
aba193ad30 Cleanup: disable unused code
Compare 8 commits »
Sean Kim created pull request blender/blender#119105 2024-03-06 01:21:46 +01:00
Cleanup: Add missing license and copyright headers
Sean Kim pushed to license-add at Sean-Kim/blender 2024-03-06 01:20:43 +01:00
fd520b4500 Cleanup: Add missing license and copyright headers
Sean Kim created branch license-add in Sean-Kim/blender 2024-03-06 01:20:43 +01:00
Sean Kim commented on pull request blender/blender#119040 2024-03-06 01:14:21 +01:00
Sculpt: Migrate Box Hide to common gesture code

Renamed the files, ran tests locally and they should be passing on buildbot now, just get the usual expected failures due to running in developer mode. PR should be good to go now @HooglyBoogly