Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim deleted branch pose-face-sets-fk-cleanup from Sean-Kim/blender 2024-09-13 05:47:51 +02:00
Sean Kim merged pull request blender/blender#127540 2024-09-13 05:47:48 +02:00
Cleanup: Sculpt: Various changes for Pose brush FK initialization
Sean Kim pushed to main at blender/blender 2024-09-13 05:47:48 +02:00
2b9f95a9c6 Cleanup: Sculpt: Various changes for Pose brush FK initialization
Sean Kim pushed to init-face-sets-cleanup at Sean-Kim/blender 2024-09-13 02:37:10 +02:00
33283544bc Cleanup: Sculpt: Various changes for face sets chain initialization
Sean Kim created branch init-face-sets-cleanup in Sean-Kim/blender 2024-09-13 02:37:10 +02:00
Sean Kim deleted branch pose-face-sets-topology-cleanup from Sean-Kim/blender 2024-09-13 01:08:54 +02:00
Sean Kim pushed to main at blender/blender 2024-09-13 01:08:53 +02:00
d9c941a464 Cleanup: Sculpt: Various changes for pose brush topology chain init
Sean Kim merged pull request blender/blender#127541 2024-09-13 01:08:51 +02:00
Cleanup: Sculpt: Various changes for pose brush topology chain init
Sean Kim pushed to pose-face-sets-fk-cleanup at Sean-Kim/blender 2024-09-13 01:07:43 +02:00
c01d4a8a8e Add cast
Sean Kim created pull request blender/blender#127541 2024-09-13 00:34:21 +02:00
Cleanup: Sculpt: Various changes for pose brush topology chain init
Sean Kim created branch pose-face-sets-topology-cleanup in Sean-Kim/blender 2024-09-13 00:31:07 +02:00
Sean Kim pushed to pose-face-sets-topology-cleanup at Sean-Kim/blender 2024-09-13 00:31:07 +02:00
4a2f6a6baa Cleanup: Sculpt: Various changes for pose brush topology chain init
Sean Kim created pull request blender/blender#127540 2024-09-13 00:10:53 +02:00
Cleanup: Sculpt: Various simplifying changes for Pose brush
Sean Kim created branch pose-face-sets-fk-cleanup in Sean-Kim/blender 2024-09-13 00:07:04 +02:00
Sean Kim pushed to pose-face-sets-fk-cleanup at Sean-Kim/blender 2024-09-13 00:07:04 +02:00
d01387f997 Cleanup: Sculpt: Various simplifying changes for Pose brush
dd9b3e4fac Refactor: Sculpt: Remove vertex to face map from SculptSession
43476712cf Refactor: Sculpt: Remove SculptSession mesh topology array references
e751b512ce Refactor: Sculpt: Remove SculptSession Depsgraph pointer
Compare 4 commits »
Sean Kim commented on pull request blender/blender#127536 2024-09-12 23:22:05 +02:00
Sculpt: Update BVH node bounds in deformation loops

Good question. The other way around we already do in a few places with this PR applied; in brushes that loop through the same set of nodes multiple times, recalculating the bounds on every…

Sean Kim approved blender/blender#127536 2024-09-12 22:27:44 +02:00
Sculpt: Update BVH node bounds in deformation loops

General question: Do we ever have a reason to call bke::pbvh::update_node_bounds_* and not also tag the node for a position update? Or vice versa? If you think this should be tackled separately that's fine.