Searching in the addon search function for “snake” doesn’t give any result. I tried all nodes one by one and couldn’t find either. To better explain what I look for, it’s something like the skin modifier but 2D.
look there
nice examples
I wish this forum had a +1 button or something. I just wanted to let you know that the example above looks cool
hello
I try to produce line connection tuples with listzip or list joint
but I get
[12,34]
[16,38]
and I whant
(12,34)
(16,38)
how to do that?
hello
I wonder how to produce line connection lists
I can do :
[16,34]
[20,30]
I try list joint and list zip but I cant produce
(16,34)
(20,30)
how to do that?
why can’t i get any result whit these nodes connection?
i use the same configuration of linusy but i can’t get any result
why can’t i get any result whit these nodes connection?[ATTACH=CONFIG]295742[/ATTACH] i use the same configuration of linusy but i can’t get any result. linusy nodes page 24.
orutrazemog
you did not rotated matrix. to rotate - add angle in lower socket (90), not only axis of rotation (y=90)… If you want see matrix - add matrix to viewer node without other socket connections.
cdriko
http://nikitron.cc.ua/Sverchok_man_01.html
how to connect lines. If you add screenshot with nodes layout, it will be usefull
hello
thanks I will try to be understandable
I bluild a plane with holes (see first pic)
I succes to build edges by a very complicated way, but finaly, I find that I need faces.
So I use plane generator to fill the shape :
but I fail to discrimin the faces that I want to avoid :
as in the picture, I whant to avoid (2 faces) every (d*faces) from the first (n ) faces list that is coming from the plane generator.
I failed, using list Item or list match
any idea to do that simply?
@cdriko
you can use list item as usual. To exclude exact unit (or several units, i don’t remember. Linus made examples for this nodes - how to mask using three different ways).
But you think right. Congrads
List item should work provided that you input a list of items you want remove and use the other output socket.
Example:
An example with list item removing selected faces with topology from plane node. Removes N and N+1 from the “top row” starting 0. Distance between gaps is adjustable. Just as an example how to do the same with a list item approach. Your example looks good. Also as note this would be less tricky (the *2+1 part) if one could control the direction of the generated faces from plane node. It looks very nice otherwise! Have fun wtih sverchok and please give feedback.
List match has different purpose, to match the number of objects between different lists.
Sadly I have been having issuses (#mbp2011) with my computer lately so not so much is happening on the dev front from me in a while, but this should improve soon.
Linusy
Nevertheless, you making huge work in project. All have to know, that last time thanks to your efforts Sverchok became much faster and much more functional.