Apply matrices to vertices, edges and faces
Created by: portnov
This corresponds to nortikin#517, No.6. Options:
- to create "Mk2" version of Matrix Apply node, which would not only apply matrices to vertices, but also repeat edges and faces from input to output, so in case of several matrices whole meshes would be duplicated, not only vertices.
- To create "Mk2" of Mesh Join node, which would automatically repeat input edges and faces.
These options are compatible though, i.e. we can have both.
I started implementation of Option1 for now, as it seems simpler for use.
The code is in apply_and_join branch in my repo.
refs portnov#9