Dealga McArdle

Results 512 comments of Dealga McArdle

https://www.cc.gatech.edu/~turk/my_papers/reaction_diffusion.pdf

@luckychris you found an unfortunate corner case for monads ( a very early and primitive implementation of Group Nodes for sverchok); namely those two nodes: - frame info node -...

i'm a bit rusty on the List nodes. too many! :)

OK coming back to this, i haven't coded any node in a long time now, but I kind of want this one. but first a SNLite :) ```python """ in...

it's behaving as intended, according to the code that implements that function. > In case of parallel lines it will return the origin of the first line as the closest...

i think your suggestion is valid.

when the `else` is run, the ` dist = (inter_p[0] - line_origin_b).length ` part is (i think) likely (but depending on the orientation of the lines) to be an operation...

A visibility input socket, is one way to do this - arguably the tidiest! but the nodes don't have this feature. If more people are using sverchok for animations, it's...

In the name of simplicity i'd like to avoid adding an attr node to obj viewer nodes - in the short term. The `Object ID Set` node provides adequate access...