Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#128859 2024-10-10 23:34:22 +02:00
Sculpting on a mesh with a deform modifier & shape key cannot be undone under certain circumstances

Broke between a34b0e17d624 ~ 75ffda39b234, bisecting further

Sean Kim pushed to main at blender/blender 2024-10-10 22:50:14 +02:00
07f298c1e5 Merge branch 'blender-v4.3-release'
5c855bd6bf Fix: Sculpt: Reduce clay strips z-axis influence
Compare 2 commits »
Sean Kim deleted branch clay-strips-influence from Sean-Kim/blender 2024-10-10 22:49:27 +02:00
Sean Kim merged pull request blender/blender#128775 2024-10-10 22:49:24 +02:00
Fix: Sculpt: Reduce clay strips z-axis influence
Sean Kim pushed to blender-v4.3-release at blender/blender 2024-10-10 22:49:24 +02:00
5c855bd6bf Fix: Sculpt: Reduce clay strips z-axis influence
Sean Kim pushed to main at Sean-Kim/blender 2024-10-10 22:44:21 +02:00
8cf9115fbb Merge branch 'blender-v4.3-release'
57c4e9dd2c Fix #128820: Mask filter behaves incorrectly with hidden faces
de5ac7395e Merge remote-tracking branch 'origin/blender-v4.3-release'
1d11123da7 Deps: WinX64 - 4.3 Library update
c55edd1310 Compositor: Implement previews for new CPU compositor
Compare 10462 commits »
Sean Kim pushed to main at blender/blender 2024-10-10 22:43:37 +02:00
8cf9115fbb Merge branch 'blender-v4.3-release'
57c4e9dd2c Fix #128820: Mask filter behaves incorrectly with hidden faces
Compare 2 commits »
Sean Kim deleted branch fix-mask-filter from Sean-Kim/blender 2024-10-10 22:41:01 +02:00
Sean Kim closed issue blender/blender#128820 2024-10-10 22:40:58 +02:00
Regression: Sculpt: Mask filters are bugged when used on partially hidden mesh
Sean Kim merged pull request blender/blender#128828 2024-10-10 22:40:54 +02:00
Fix #128820: Mask filter behaves incorrectly with hidden faces
Sean Kim pushed to blender-v4.3-release at blender/blender 2024-10-10 22:40:54 +02:00
57c4e9dd2c Fix #128820: Mask filter behaves incorrectly with hidden faces
Sean Kim commented on issue blender/blender#126939 2024-10-10 09:14:23 +02:00
Blender crashes every time i try to use "Smooth" set on negative direction with stylus

@ChengduLittleA It's not high up on my priority list at the moment, the change I have in mind will likely require a bit of back and forth in review for how we handle it and may be a bit risky for…

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

@MaybeLamia It's probably best in this case to submit this as a separate report & provide more detailed instructions. From the video you provided, you appear to be using Blender v4.2, and the…

Sean Kim created pull request blender/blender#128828 2024-10-10 07:22:48 +02:00
Fix #128820: Mask filter behaves incorrectly with hidden faces
Sean Kim created branch fix-mask-filter in Sean-Kim/blender 2024-10-10 07:22:03 +02:00
Sean Kim pushed to fix-mask-filter at Sean-Kim/blender 2024-10-10 07:22:03 +02:00
7bc3d2fdfe Fix #128820: Mask filter behaves incorrectly with hidden faces
Sean Kim commented on issue blender/blender#128656 2024-10-10 03:33:40 +02:00
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode

My best guess right now is that there is somehow a race condition happening that's causing an extra undo step to be added... which somehow causes this issue. If I start blender with `--log…

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

Able to replicate this on a fresh file too with the following steps:

  1. Disable "Lock Object Modes"
  2. Add two objects into the scene
  3. Enter sculpt mode on one of them and follow the steps…