Copy Attributes: fix Copy Visual Scale
commit341a5a993e6b71953b269ab57326b2c3d30a418b
authorDamien Picard <dam.pic@free.fr>
Mon, 16 Oct 2023 21:32:52 +0000 (16 23:32 +0200)
committerDamien Picard <dam.pic@free.fr>
Tue, 17 Oct 2023 14:32:29 +0000 (17 16:32 +0200)
tree320afd045bec7dcb555a02f82a2cd9f673d8f695
parent5680981032a0a324a35ee9727e6d581d595a6641
Copy Attributes: fix Copy Visual Scale

The Copy Visual Scale pose operator did not work because it still
relied on the old `use_inherit_scale` bone property. That was replaced
with an `inherit_scale` enum.

This commit makes the operator check against the `"NONE"` and
`"NONE_LEGACY"` values of `inherit_scale`.
space_view3d_copy_attributes.py