Created by: Kosvor2
Same as with Line node in here: https://github.com/nortikin/sverchok/pull/2142
But since Plane node have two Vert Number inputs instead of one, both must be feeded by same amount of values.
Can be changed using match_long_repeat()
but dont wanna slowing things too much. In addition, the old method of dividing the list into parts using "list split" node is still working (i'm not even sure that many knew that it was possible to do so) so that for users nothing will change.