Sean Kim Sean-Kim
  • Joined on 2023-12-14
Sean Kim commented on issue blender/blender#129334 2024-10-24 00:49:30 +02:00
Sculpt: Multires face material index is inconsistent across "sculpt" levels

Bisecting this is going to be potentially rather painful - on Mac a lot of builds in September just crash upon opening this file

Broke somewhere between a08005f4 (Aug 31st) and a34b0e17 (Sept 23rd)

Sean Kim commented on issue blender/blender#129334 2024-10-24 00:26:48 +02:00
Sculpt: Multires face material index is inconsistent across "sculpt" levels

Can confirm behavior

Sean Kim commented on pull request blender/blender#129233 2024-10-23 23:33:16 +02:00
Cleanup: Avoid writing sculpt session runtime pointer to files

From reading the code seems fine, but worth double-checking (if not done already) that it does not cause BKE_object_sculpt_data_create when undo in sculpt mode?

@Sergey: Not sure what you…

Sean Kim pushed to apply-face-set-multires-fix at Sean-Kim/blender 2024-10-23 22:52:23 +02:00
cc34c98696 Merge branch 'blender-v4.2-release' of projects.blender.org:blender/blender into apply-face-set-multires-fix
2ebfbed8e8 Fix #128079: Grease Pencil stroke direction overlay missing on 4.2 LTS
8256ec6d35 make license: apply change from re-running
960da49a0a make license: back port changes from main
Compare 4 commits »
Sean Kim pushed to main at Sean-Kim/.profile 2024-10-19 22:13:36 +02:00
ee344f1a6c Update reports/2024.md
Sean Kim pushed to main at blender/blender 2024-10-19 01:15:40 +02:00
8da0cfa000 Merge branch 'blender-v4.3-release'
15be5b7708 Fix #129204: Multires normal automasking broken for certain brushes
Compare 2 commits »
Sean Kim deleted branch fix-129204-multires-automasking from Sean-Kim/blender 2024-10-19 01:14:22 +02:00
Sean Kim closed issue blender/blender#129204 2024-10-19 01:14:20 +02:00
View/Area Normal auto-masking is not working on Multires
Sean Kim pushed to blender-v4.3-release at blender/blender 2024-10-19 01:14:16 +02:00
15be5b7708 Fix #129204: Multires normal automasking broken for certain brushes
Sean Kim merged pull request blender/blender#129236 2024-10-19 01:14:16 +02:00
Fix #129204: Multires normal automasking broken for certain brushes
Sean Kim created pull request blender/blender#129236 2024-10-19 00:05:01 +02:00
Fix #129204: Multires normal automasking broken for certain brushes
Sean Kim pushed to fix-129204-multires-automasking at Sean-Kim/blender 2024-10-19 00:01:57 +02:00
d0574c0f25 Fix #129204: Multires normal automasking broken for certain brushes
c98da9d971 Fix #128656: Dynamic topology undo bugs when mixing memfile undo
8bb30e2c72 Fix: Build error after recent sculpt fix
ffa4f6eaba Fix #129085: Face set from Masked operator doesnt work with Multires
c2073095c9 Fix #129116: Texture Paint Line stroke preview does not show up
Compare 10 commits »
Sean Kim created branch fix-129204-multires-automasking in Sean-Kim/blender 2024-10-19 00:01:57 +02:00
Sean Kim commented on pull request blender/blender#129233 2024-10-18 23:38:33 +02:00
Cleanup: Avoid writing sculpt session runtime pointer to files

Yeah, that's true. I tend to think of Cleanup as a bit more restrictive than we have defined. 😅

Fix sticks out more to me in case something goes weird and we end up bisecting in the…

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

Reopening - 4.3 no longer has the odd display, but the old behavior described initially is still present.

Sean Kim commented on pull request blender/blender#129233 2024-10-18 23:22:03 +02:00
Cleanup: Avoid writing sculpt session runtime pointer to files

I just meant the fact that we no longer write the invalid pointer, unless I misunderstand what the object->sculpt = nullptr is doing in object_blend_write