Fix #119178: Geometry Nodes: Its possible to write non-normalized quaternion attribute from python API #119628

Open
Lleu Yang wants to merge 2 commits from megakite/blender:fix-119178 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

2 Commits

Author SHA1 Message Date
Lleu Yang f22da6f59d Remove unnecessary unit check 2024-03-19 23:57:38 +08:00
Lleu Yang a816dd50b9 Fix #119178: Possible to write non-normalized quaternion from Python
A setter is added for the QuaternionAttribute.value RNA property, which
provides additional check and normalization for non-normalized inputs.
2024-03-18 20:32:52 +08:00