aachman98 / Sorcar

Procedural modeling in Blender using Node Editor
https://aachman98.itch.io/sorcar
GNU General Public License v3.0
1.16k stars 112 forks source link

[REQUEST] List node, for multiple index selection, #160

Open bloodboy opened 4 years ago

bloodboy commented 4 years ago

Maybe this is something that is alredy in sorcar, but i could not find it.. there are lots of selections nodes... i love the sel by index.. i would like an index list or multple index selection. the manual selection some times drops the selection.

thank you, i love sorcar..

aachman98 commented 4 years ago

Manual selection does the exact same thing internally (saves a list of selected indices): image

If it fails to work, then I don't think having a node which takes in an array as input would help. There can be a few reasons why selecting manually drops the selection:

Still, you can use "For-Each" loop nodes as a workaround (I will make a dedicated node for this by next release): image

And thanks for trying out Sorcar!