enzyme69 / blendersushi

Blender Sushi related scripts. Mostly about Sverchok, Geometry Nodes, Animation Nodes, and related Python scripts.
243 stars 33 forks source link

LIVENODING 1096 / Coloring Odd and Even Numbers #486

Open enzyme69 opened 6 years ago

enzyme69 commented 6 years ago

The idea of this setup came from Stan: https://twitter.com/sutzjing/status/1052458027771748353

We can use SV handy List Masking to separate odd and even number.

odd-even_004.blend.zip

enzyme69 commented 6 years ago

Node Tree:

screen shot 2018-10-19 at 15 22 21

In a more elaborate situation, maybe we don't just have odd and even number, maybe we like to use Machine Learning to separate objects from its background.... or maybe do filtering based on similar color and then generate FILTER or MAP.

We can certainly work on something like that using similar logic.