Removing "Selected" shape keys doesn't update parent folder data
lauwurence opened this issue · 1 comments
lauwurence commented
MichaelGlenMontague commented
This kind of bug is reminiscent of 1.x versions, before the new tree hierarchy system. Indeed, it looks like I somehow completely forgot to update the 'SELECTED'
variant of the Remove Shape Key
operator to use this new tree hierarchy system.
Until this gets patched, you can either use the Mutate Folder
operator (found via search) to change the number of the parent folder's children back to the proper value, or use Unparent from Root
on the selected keys before using Remove Shape Key
.