Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on pull request blender/blender#128775 2024-10-09 21:48:05 +02:00
Fix: Sculpt: Reduce clay strips z-axis influence
Sean Kim pushed to clay-strips-influence at Sean-Kim/blender 2024-10-09 21:37:12 +02:00
8441c12e53 Add usage comment for apply_z_axis_falloff
Sean Kim commented on issue blender/blender#128656 2024-10-09 08:00:29 +02:00
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode

So, the difference in behavior here is because of the value of us->step.data_size, in commits equal to after the one listed above, the size is 3896 on this file when performing brush strokes,…

Sean Kim commented on pull request blender/blender#128775 2024-10-09 07:20:54 +02:00
Fix: Sculpt: Reduce clay strips z-axis influence

@blender-bot package

Sean Kim pushed to clay-strips-influence at Sean-Kim/blender 2024-10-09 02:36:07 +02:00
9265d2742b Remove comment
Sean Kim commented on pull request blender/blender#128775 2024-10-09 02:24:55 +02:00
Fix: Sculpt: Reduce clay strips z-axis influence

@blender-bot package

Sean Kim commented on pull request blender/blender#128775 2024-10-09 02:19:09 +02:00
Fix: Sculpt: Reduce clay strips z-axis influence

In my testing related to one of the existing issues (#116458), I found that this method seems to reduce the likelihood that we cause similar distortion of the mesh, but with a large enough size it…

Sean Kim created pull request blender/blender#128775 2024-10-09 02:14:09 +02:00
Experiment: Sculpt: Reduce clay strips z-axis influence
Sean Kim pushed to clay-strips-influence at Sean-Kim/blender 2024-10-09 02:11:51 +02:00
a7ff2d14dc Experiment: Sculpt: Reduce clay strips z-axis influence
03d5530788 Fix #128675: Layer brush creates bumps in mesh
197253c75c Fix #128508: Orbit around selected can shift view to negative infinity
061ea2c530 Fix #128635: Snake Hook brush cannot use texture
bacbed14d0 Fix #128595: Mesh Filter Erase Displacement crashes without multires
Compare 10 commits »
Sean Kim created branch clay-strips-influence in Sean-Kim/blender 2024-10-09 02:11:50 +02:00
Sean Kim commented on issue blender/blender#128656 2024-10-09 01:14:09 +02:00
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode

Caused by 889b1429245e382d4194673d73c92a626ce3484f

cc @HooglyBoogly

Sean Kim commented on issue blender/blender#128656 2024-10-08 23:49:24 +02:00
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode

Doing some more testing, I think the issue actually occurred sometime earlier between June 5th and June 22nd. I can replicate the weird distorted mesh on the latter, but not the former.

Sean Kim commented on issue blender/blender#128656 2024-10-08 22:28:48 +02:00
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode

My guess right now is that the crash and the "hedgehog" effect are likely related. I'll try and bisect more between c20bb31325 and c2aa9ac9cf - the two commits are unlikely to be the root cause of…

Sean Kim commented on pull request blender/blender#128515 2024-10-08 02:19:38 +02:00
Fix #76374: Multires artifacts when sculping on lower level

It seems to be quite an improvement already! Thanks for digging into this area of code!

Thing that is not fully intuitive to me is why is it only limited to corners, and not edges, or any…

Sean Kim commented on issue blender/blender#128656 2024-10-08 00:11:18 +02:00
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode

Took a bit of a look at this, will likely need to bisect this to come up with a solution, but I've found that the distortion is at least only a visual bug and switching modes appears to fix it

Sean Kim pushed to main at blender/blender 2024-10-07 23:05:36 +02:00
d38dbcf90f Merge branch 'blender-v4.3-release'
03d5530788 Fix #128675: Layer brush creates bumps in mesh
Compare 2 commits »
Sean Kim deleted branch fix-layer-factor-128675 from Sean-Kim/blender 2024-10-07 23:04:25 +02:00
Sean Kim closed issue blender/blender#128675 2024-10-07 23:04:23 +02:00
Sculpt: Regression: Layer brush with large height gets bumpy
Sean Kim merged pull request blender/blender#128723 2024-10-07 23:04:19 +02:00
Fix #128675: Layer brush creates bumps in mesh
Sean Kim pushed to blender-v4.3-release at blender/blender 2024-10-07 23:04:19 +02:00
03d5530788 Fix #128675: Layer brush creates bumps in mesh