Thanks for the hints and information! Good to know that generators are more efficient than list comprehensions. I always thought it's the other way around. Merged the changes from your main…
Usually an angle is not signed, you got to define something to sign it. That's why I thought unsigned angles should be the default.
I rechecked and to be honest, I neither knew that the…
I think that can be removed. I was confused because the quaternion affected the scale which indicates that it's not a unit quaternion. This happened on longer bone chains - rounding the scale…
I thought it was like that in the python interface (and I was wrong). Just checked in mathutils_Vector.c, there the up axis is Y and the track axis is Z. Should we follow that…
Glad you like the patch.
I considered to remove the distance node just have a regular length node. On the one hand nodes like that are really easy to understand and kinda useful as they save…
That's why it hasn't been updating! My lsp destroyed the formatting a bit, doing my best to fix it – pylance has been fighting against mypy and no-one has been the winner I guess. Pep8 came to…
The length. I went through the comments and updated them (some were unrelated and happened due to closed eyes copy pasting...)