Created by: vicdoval
As seen in some issues #2734 (closed) and https://github.com/nortikin/sverchok/issues/2709#issuecomment-561712096 I added the possibility to feed Matrix In node with multiple obejcts. I added a property "Flat Output" that will keep the matrix list as we are used to. When disabled it will maintain the input structure outputting lists of matrix list.
With "Flat Ouput" active (default):
-
Code changes complete. -
Code documentation complete. -
Documentation for users complete (or not required, if user never sees these changes). -
Manual testing done. -
Unit-tests implemented. -
Ready for merge.
PD: I added the same functionality to matrix_normal, matrix_euler and matrix_track_to :)