Flip multiple matrices

Hi,

quick question:
How do I efficiently flip thousand of matrices to column major format? I figured out a way for a single matrix but it fails with mutilple.
Thanks!


flip_matrix.gh (11.3 KB)

Does this work for you? It uses the Flip Last component from the TreeSloth plugin.

1 Like

thanks!
exactly what I needed

2019-05-22%2018_40_59-Window
Simplify + Path mapper + Trim tree

2 Likes

thanks :green_heart: