Bforartists / Manual

The Bforartists Manual
17 stars 4 forks source link

Properties Editor - Mesh Data Tab - Shape keys can now lock and unlock (with new operators) #566

Closed Draise14 closed 7 months ago

Draise14 commented 8 months ago

image

Locking is nice. Now possible with Shape Keys.

Details SHA-1: b350d7a4c311ec6a3065ac89febafc3ba6bd43a2 * Shape Keys: support locking to protect from accidental editing. It is very common for graphical editors with layers to support locking individual layers to protect them from accidental edits due to misclicks. Blender itself already supports locking vertex groups. This adds lock toggles for shape keys, with lock/unlock all operators. The flags are checked by sculpt brushes, edit mode transform tools, and Smooth, Propagate and Blend From Shape operators. This selection aims to cover operations that only deform the mesh, where the shape key selection matters. Topology changing operations always apply to all keys, and thus incorrect shape key selection is less impactful. Excluding them from the new feature greatly reduces the patch size. Pull Request: https://projects.blender.org/blender/blender/pulls/104463
ReinerBforartists commented 7 months ago

Fixed