Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created branch boundary-doxygen in Sean-Kim/blender 2024-07-18 07:04:03 +02:00
Sean Kim pushed to boundary-doxygen at Sean-Kim/blender 2024-07-18 07:04:03 +02:00
4a2ea8f2c3 Cleanup: Restructure and add doxygen blocks to sculpt_boundary.cc
Sean Kim pushed to remove-edit-info-calc at Sean-Kim/blender 2024-07-18 06:15:27 +02:00
a8dc545a13 Cleanup: Remove boundary preview edit information calculation
Sean Kim created branch remove-edit-info-calc in Sean-Kim/blender 2024-07-18 06:15:27 +02:00
Sean Kim pushed to specialize-flood-fill at Sean-Kim/blender 2024-07-18 05:49:15 +02:00
8e7e4e98c5 PR comments
Sean Kim pushed to specialize-flood-fill at Sean-Kim/blender 2024-07-18 05:14:07 +02:00
216224958a Fix build error
Sean Kim pushed to specialize-flood-fill at Sean-Kim/blender 2024-07-18 05:01:45 +02:00
f4205661f3 Merge branch 'main' of projects.blender.org:blender/blender into specialize-flood-fill
00d113b92f Address PR comments
e802fe1433 UI: Screen Area Docking Experimental Feature
7104813d31 Cleanup: Add copyright to sculpt_flood_fill.cc
0b70a9edc5 Fix: Do Not Reload File Browser Params in fileselect_refresh_params
Compare 52 commits »
Sean Kim commented on pull request blender/blender#124830 2024-07-18 04:55:17 +02:00
Refactor: Specialize flood_fill methods per PBVH type

I had some ideas of turning this into a template...

template<typename T> class FloodFillData {
 private:
  std::queue<T> queue_;
  blender::BitVector<> visited_verts_;

 public:
 …
Sean Kim closed issue blender/blender#124653 2024-07-18 03:32:46 +02:00
Clay strip brush issue (sculpting)
Sean Kim commented on issue blender/blender#124653 2024-07-18 03:32:42 +02:00
Clay strip brush issue (sculpting)

Closing this issue in favor of the one linked by Pratik, there's not really a way for us to address this without addressing the other one as well given that it has to do with how we calculate the…

Sean Kim pushed to stabilize-stroke at Sean-Kim/blender-manual 2024-07-18 03:15:20 +02:00
8802970060 Fix wording
Sean Kim created pull request blender/blender-manual#104864 2024-07-18 03:11:57 +02:00
Sculpt: Add stablize stroke section for lasso gesture tools
Sean Kim pushed to sculpt-gesture-crosshair at Sean-Kim/blender 2024-07-18 03:01:36 +02:00
65329677d0 Missed additions
Sean Kim created pull request blender/blender#124946 2024-07-18 03:00:02 +02:00
Fix: Sculpt: Various tools not using crosshair cursor
Sean Kim created branch sculpt-gesture-crosshair in Sean-Kim/blender 2024-07-18 02:56:35 +02:00
Sean Kim pushed to sculpt-gesture-crosshair at Sean-Kim/blender 2024-07-18 02:56:35 +02:00
cf8651ee63 Fix: Sculpt: Various tools not using crosshair cursor
Sean Kim commented on pull request blender/blender#124830 2024-07-18 02:13:03 +02:00
Refactor: Specialize flood_fill methods per PBVH type

Ugh, missed this in my initial separation of this file, fixed in a different commit.

Sean Kim created branch stabilize-stroke in Sean-Kim/blender-manual 2024-07-18 02:12:17 +02:00
Sean Kim pushed to stabilize-stroke at Sean-Kim/blender-manual 2024-07-18 02:12:17 +02:00
0df2eb7e99 Sculpt: Add stablize stroke section for lasso gesture tools
62608a7947 Cleanup: titles, line endings
16115ff29a Merge branch 'blender-v4.2-release'
ed8145710b Cleanup: addons -> add-ons
87810d4795 Cleanup: use definition lists for enumerating options
Compare 10 commits »
Sean Kim deleted branch add-copyright from Sean-Kim/blender 2024-07-18 02:06:36 +02:00