Created by: portnov
This adds a parameter and an input to the "extrude separate" node, so that it is now possible to specify transformation of each face being extruded not only by height and scale, but by arbitrary transformation matrix.
This also adds a parameter about what to do with faces that are masked out:
- either do not extrude them at all (the default mode now),
- or extrude them, but do not transform (move/scale) - this was the default mode before. This way the new vertices are at the same locations as original ones - you have to remove them with Remove Doubles node or move with other nodes.
Preflight checklist
Put an x letter in each brackets when you're done this item:
-
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.