Matrix Euler

https://user-images.githubusercontent.com/14288520/189551518-13e8e6e0-6182-4fd2-a1c5-704d39ff2529.png

This node creates a transformation Matrix by defining the angles with X, Y and Z and the rotation order.

On the right-click menu there is a “Flat Output” toggle. While active (as it is by default) it will join the first level to output a regular matrix list ([M,M,..]) that can be plugged to any other node. If it is disabled the node will keep the original structure outputting a list of matrix lists ([[M,M,..],[M,M,..],..]).