Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim deleted branch visibility-invert-fix from Sean-Kim/blender 2024-03-26 19:49:30 +01:00
Sean Kim created pull request blender/blender#119930 2024-03-26 19:32:36 +01:00
Cleanup: Remove modal definition for PAINT_OT_visibility_invert
Sean Kim pushed to visibility-invert-fix at Sean-Kim/blender 2024-03-26 19:31:13 +01:00
7c086922c2 Cleanup: Remove modal definition for PAINT_OT_visibility_invert
9ae24fee48 USD: Add tests to cover curve, light, and point instancer import
Compare 2 commits »
Sean Kim created branch visibility-invert-fix in Sean-Kim/blender 2024-03-26 19:31:13 +01:00
Sean Kim created pull request blender/blender#119929 2024-03-26 19:28:25 +01:00
Cleanup: Add doxygen and restructure paint_hide.cc
Sean Kim pushed to paint-hide-cleanup at Sean-Kim/blender 2024-03-26 19:26:36 +01:00
ba3586efd3 Cleanup: Add doxygen and restructure paint_hide.cc
Sean Kim pushed to paint-hide-cleanup at Sean-Kim/blender 2024-03-26 18:56:56 +01:00
745aa99f71 Cleanup: Add doxygen and restructure paint_hide.cc
efee753e8f Cleanup: Move BKE_idprop.h to C++
f41ab9abc1 Cleanup: Combine BKE_idprop C and C++ headers
881178895b Sculpt: Add fast solver option for trim operations
b4b74c8da6 Cleanup: Simplify object data iteration in shade smooth operator
Compare 10 commits »
Sean Kim created branch paint-hide-cleanup in Sean-Kim/blender 2024-03-26 18:56:56 +01:00
Sean Kim deleted branch fast-trim-option from Sean-Kim/blender 2024-03-26 17:27:10 +01:00
Sean Kim pushed to fast-trim-option at Sean-Kim/blender 2024-03-26 17:20:56 +01:00
e653f77d9a Address PR comment
Sean Kim pushed to fast-trim-option at Sean-Kim/blender 2024-03-26 06:44:14 +01:00
f001874211 Address PR feedback
Sean Kim deleted branch trim-naming-cleanup from Sean-Kim/blender 2024-03-26 01:11:21 +01:00
Sean Kim pushed to fast-trim-option at Sean-Kim/blender 2024-03-26 00:56:29 +01:00
79ea2b31e7 Merge branch 'main' of projects.blender.org:blender/blender into fast-trim-option
7314c86869 BLI: add fixed width integer type
1681e55114 Geometry Nodes: Add 8-bit integer attribute type to store attribute node
ef22826a3c Cleanup: Remove non-creatable option for builtin attributes
a6d4845899 Merge branch 'blender-v4.1-release'
Compare 187 commits »
Sean Kim created pull request blender/blender-assets#3 2024-03-25 23:32:44 +01:00
UI: Add line hide icon
Sean Kim created branch line-hide-icon in Sean-Kim/blender-assets 2024-03-25 23:24:49 +01:00
Sean Kim pushed to line-hide-icon at Sean-Kim/blender-assets 2024-03-25 23:24:49 +01:00
c44ae0059d UI: Add line hide icon
Sean Kim created pull request blender/blender-assets#2 2024-03-21 21:03:12 +01:00
UI: Add polyline hide icon
Sean Kim pushed to polyline-hide-icon at Sean-Kim/blender-assets 2024-03-21 20:58:48 +01:00
8d881d9dff UI: Add polyline hide icon
1d44611dd3 UI: Add icon for sculpt Lasso Hide tool
Compare 2 commits »
Sean Kim created branch polyline-hide-icon in Sean-Kim/blender-assets 2024-03-21 20:58:48 +01:00
Sean Kim commented on pull request blender/blender#119483 2024-03-21 00:27:34 +01:00
Sculpt: Add polyline hide operator

In terms of functionality the polyline hide perfectly. Thanks for adding hotkey hints in the lower info bar! The tool icon is currently missing, but once there is an icon I am ready to approve…