Created by: portnov
I wanted to have this feature in Sverchok long ago... Unfortunately, at the moment, this feature in Tissue has the following problems:
- it is not defined as a library, instead the whole code is all inside one operator;
- I'm not sure if we can effectively use Tissue addon as a dependency;
- the code does not work for some corner cases, giving exceptions or weird geometry;
- code style is not particularly good, and the code is not very well documented, so I, for once, cann't be sure how to fix bugs;
- I have some general ideas how to make it's performance better, but again, I can't implement it in this code in it's current state.
So, with current state of the code, I don't think it is a good idea to either use Tissue as dependency or to copy-paste the code (effectively creating a fork).
So, as some temporary solution, I'm adding a copy-paste of this code as a scripted node example.