Block a user
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
8da0cfa000
Merge branch 'blender-v4.3-release'
15be5b7708
Fix #129204: Multires normal automasking broken for certain brushes
Sean Kim
deleted branch fix-129204-multires-automasking from Sean-Kim/blender
2024-10-19 01:14:22 +02:00
View/Area Normal auto-masking is not working on Multires
Fix #129204: Multires normal automasking broken for certain brushes
Fix #129204: Multires normal automasking broken for certain brushes
Sean Kim
created branch fix-129204-multires-automasking in 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
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…
Undo either stops working or causes ghastly bugs when it goes in/out of Sculpt Mode
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.
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
Fix #129085: Face set from Masked operator doesnt work with Multires
59440b4091
Fix #129085: Face set from Masked operator doesnt work with Multires
b5255f0799
Fix path to GPL license in cmake packaging.
038d132851
make license: command to update the license file
d59d435f3e
Add license and copyright information for external dependencies
Cleanup: Avoid writing sculpt session runtime pointer to files
Nitpick with naming, feels more like a Fix
than a Cleanup
since this is technically changing behavior