Sean Kim Sean-Kim
  • Joined on 2023-12-14
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 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 branch gesture-enum-cleanup in Sean-Kim/blender 2024-03-06 05:47:15 +01:00
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 created branch license-add in Sean-Kim/blender 2024-03-06 01:20:43 +01:00
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 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

Sean Kim pushed to migrate-hide-show at Sean-Kim/blender 2024-03-06 01:12:14 +01:00
54803c0523 Add missed file
733fd5ea1f Merge branch 'main' of projects.blender.org:blender/blender into migrate-hide-show
8a5a1288b9 Renaming "*_global" to "*_all"
38208ed153 Fix #119099: Distribute points in volume node missing in add menu
77e84cb528 Merge branch 'blender-v4.1-release'
Compare 99 commits »
Sean Kim deleted branch 119070-lasso-crash from Sean-Kim/blender 2024-03-05 17:39:56 +01:00
Sean Kim commented on pull request blender/blender#119040 2024-03-05 17:37:47 +01:00
Sculpt: Migrate Box Hide to common gesture code

What do you think about "hide_show_all" vs "hide_show_global"? I think it's a reasonable idea, but I didn't get use to "global" yet. It just has so many other connotations. "All" might be clear…

Sean Kim created pull request blender/blender#119073 2024-03-05 05:39:07 +01:00
Fix #119070: Fix crash in sculpt menu lasso tool
Sean Kim pushed to 119070-lasso-crash at Sean-Kim/blender 2024-03-05 05:35:16 +01:00
fdb66ee6e2 Fix #119070: Fix crash in sculpt menu lasso tool
8842982dbd Docs: note the temporary directory will be ignored unless it exists
fa229c5753 Fix #119019: Geometry Nodes: Split to Instances wrong field interface
a8cc2e4d96 Fix: Add missing iostream include
3c6a9cb5a5 Fix #117824: Sculpt color filter crash
Compare 10 commits »
Sean Kim created branch 119070-lasso-crash in Sean-Kim/blender 2024-03-05 05:35:16 +01:00
Sean Kim pushed to migrate-hide-show at Sean-Kim/blender 2024-03-05 05:13:24 +01:00
1abf8b3ca5 Add missed optimization for functionref
Sean Kim commented on pull request blender/blender#119040 2024-03-05 05:11:22 +01:00
Sculpt: Migrate Box Hide to common gesture code

Oh, was unaware of the change in standards - I think the handbook style guide is a bit out of date with those regards then

Sean Kim pushed to migrate-hide-show at Sean-Kim/blender 2024-03-05 05:09:13 +01:00
5a00795e47 Address PR feedback