Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim merged pull request blender/blender#126621 2024-09-10 21:28:46 +02:00
Fix: GPv3: Avoid NaN when reprojecting
Sean Kim pushed to main at blender/blender 2024-09-10 21:28:45 +02:00
b748cf316f Fix: GPv3: Avoid NaN when reprojecting
Sean Kim commented on issue blender/blender#127279 2024-09-10 03:24:41 +02:00
Sculpt: Some parts of mesh can't be sculpted on 6 level of multires

This might be an issue with the PBVH building for multires, some data about the process for applying it to the default cube:

Level

Sean Kim commented on issue blender/blender#127279 2024-09-10 01:37:21 +02:00
Sculpt: Some parts of mesh can't be sculpted on 6 level of multires

Running a debug build with this, I get the following assert when sculpting at level 6 multires:

BLI_assert failed: source/blender/gpu/opengl/gl_vertex_buffer.cc:97, bind(), at 'vbo_size_ != 0'

Sean Kim commented on issue blender/blender#127325 2024-09-10 00:45:39 +02:00
"Smear Multires Displacement"-brush: areas suddenly disappear

I'm trying to replicate this on a fresh file in 4.3 and I'm seemingly not able to - @Stefan_Werner, could you provide a more detailed set of instructions on how you made the file in your original…

Sean Kim deleted branch calc-pose-data-refactor from Sean-Kim/blender 2024-09-09 23:55:21 +02:00
Sean Kim merged pull request blender/blender#127375 2024-09-09 23:55:16 +02:00
Cleanup: Specialize `calc_pose_data` function
Sean Kim pushed to main at blender/blender 2024-09-09 23:55:16 +02:00
d745325829 Cleanup: Specialize calc_pose_data function
Sean Kim created pull request blender/blender#127375 2024-09-09 23:16:32 +02:00
Cleanup: Specialize calc_pose_data function
Sean Kim pushed to calc-pose-data-refactor at Sean-Kim/blender 2024-09-09 23:10:54 +02:00
e85d09645a Cleanup: Specialize calc_pose_data function
01fa3b861e Fix: Sculpt dyntopo boundary automasking processing too many neighbors
916812bbcf Cleanup: Specialize cavity occlusion automasking
b520ae6efe Cleanup: Small non-functional cleanup in usd_writer_mesh
27ce4b9fc4 Fix: Sculpt: Automask bake crash with dyntopo topology changing brush
Compare 10 commits »
Sean Kim created branch calc-pose-data-refactor in Sean-Kim/blender 2024-09-09 23:10:54 +02:00
Sean Kim pushed to main at blender/blender 2024-09-09 22:44:46 +02:00
7b9004d57b Fix #127328: Snake Hook brush rotation applied incorrectly for symmetry
Sean Kim deleted branch fix-pose-mirror from Sean-Kim/blender 2024-09-09 22:44:45 +02:00
Sean Kim closed issue blender/blender#127328 2024-09-09 22:44:44 +02:00
Snake Hook brush breaks mirror symmetry
Sean Kim merged pull request blender/blender#127373 2024-09-09 22:44:41 +02:00
Fix #127328: Snake Hook brush rotation applied incorrectly for symmetry
Sean Kim created pull request blender/blender#127373 2024-09-09 22:17:23 +02:00
Fix #127328: Snake Hook brush rotation applied incorrectly for symmetry
Sean Kim pushed to fix-pose-mirror at Sean-Kim/blender 2024-09-09 22:15:21 +02:00
d038ad46d6 Fix #127328: Snake Hook brush rotation applied incorrectly for symmetry
01fa3b861e Fix: Sculpt dyntopo boundary automasking processing too many neighbors
916812bbcf Cleanup: Specialize cavity occlusion automasking
b520ae6efe Cleanup: Small non-functional cleanup in usd_writer_mesh
27ce4b9fc4 Fix: Sculpt: Automask bake crash with dyntopo topology changing brush
Compare 10 commits »
Sean Kim created branch fix-pose-mirror in Sean-Kim/blender 2024-09-09 22:15:21 +02:00
Sean Kim commented on issue blender/blender#127357 2024-09-09 21:14:44 +02:00
Sculpt Mode: Using Expand operators outside of geometry crashes Blender

If we want to store last_valid_active_vertex or something similar to restore this behavior I think that’s a reasonable thing to support.