Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim created branch fix-drawing-placement in Sean-Kim/blender 2024-08-22 03:12:19 +02:00
Sean Kim approved blender/blender#126571 2024-08-21 23:23:03 +02:00
Refactor: Sculpt: Remove dynamic topology edge length from BVH tree

Minor nit: I think conflating the meaning between the two variables (visual display factor vs min / max edge factor) is a bit misleading, but I don't feel particularly strong about this at the moment

Sean Kim pushed to grease-pencil-bake-object-transform at Sean-Kim/blender 2024-08-21 22:49:27 +02:00
ad20b0ed83 Fix drawing instatiation & index assignment
Sean Kim pushed to grease-pencil-bake-object-transform at Sean-Kim/blender 2024-08-21 22:31:05 +02:00
38f626b708 Fix layer creation
34757e5cb9 Fix enum property
96e3dc87ad Enable in UI
Compare 3 commits »
Sean Kim commented on pull request blender/blender#126571 2024-08-21 18:45:38 +02:00
Refactor: Sculpt: Remove dynamic topology edge length from BVH tree

I'd prefer exposing the 0.4f constant somewhere since it's now no longer localized to a single function & might get missed. I think inside the blender::ed::sculpt_paint::dyntopo namespace itself makes the most sense to me.

Sean Kim created pull request blender/blender#126581 2024-08-21 03:48:04 +02:00
WIP: GPv3: Add Bake Grease Pencil Animation operator
Sean Kim created branch grease-pencil-bake-object-transform in Sean-Kim/blender 2024-08-21 03:46:02 +02:00
Sean Kim pushed to grease-pencil-bake-object-transform at Sean-Kim/blender 2024-08-21 03:46:02 +02:00
729f6a2f93 Initial commit
7e0029fb65 Sculpt: Simplify BVH node flag initialization, avoid normals update
a2d8eec834 Cleanup: Reduce indentation in PBVH construction
726315deba Cleanup: Sculpt: Pass BVH building data as arguments
4870ba5906 Cleanup: Isolate dyntopo detail size call
Compare 10 commits »
Sean Kim deleted branch move-dyntopo-detail from Sean-Kim/blender 2024-08-20 21:29:40 +02:00
Sean Kim pushed to main at blender/blender 2024-08-20 21:29:37 +02:00
4870ba5906 Cleanup: Isolate dyntopo detail size call
Sean Kim merged pull request blender/blender#126533 2024-08-20 21:29:36 +02:00
Cleanup: Isolate dyntopo detail size call
Sean Kim deleted branch cleanup-automasking-enums from Sean-Kim/blender 2024-08-20 21:28:36 +02:00
Sean Kim merged pull request blender/blender#126111 2024-08-20 21:28:23 +02:00
Cleanup: Use enum class and constexpr in sculpt_automask.cc
Sean Kim commented on pull request blender/blender#126111 2024-08-20 21:27:32 +02:00
Cleanup: Use enum class and constexpr in sculpt_automask.cc

This PR is behaving really weirdly; This merged as 858f91b2aa but no indication of it is shown here

Sean Kim pushed to cleanup-automasking-enums at Sean-Kim/blender 2024-08-20 21:07:30 +02:00
b970fb5da3 Merge branch 'main' of projects.blender.org:blender/blender into cleanup-automasking-enums
858f91b2aa Cleanup: Use enum class and constexpr in sculpt_automask.cc
1ba82ed139 Cleanup: Spelling
0277ad127a Cleanup: Reduce indentation in mesh separate operator
fa9aa5eab3 Cleanup: Remove unused variable
Compare 324 commits »
Sean Kim deleted branch warning-cleanup from Sean-Kim/blender 2024-08-20 03:24:01 +02:00
Sean Kim pushed to main at blender/blender 2024-08-20 03:23:58 +02:00
316b5475b9 Cleanup: Fix missing-declaration error in previous commit
Sean Kim merged pull request blender/blender#126531 2024-08-20 03:23:58 +02:00
Cleanup: Fix missing-declaration error in previous commit
Sean Kim commented on issue blender/blender#122096 2024-08-20 03:00:46 +02:00
Crash after editing multi-user mesh data with two scenes open

Planning to take a look into this in the coming week or so