特定のAttributeでSortしたIndexを取得する
Geometry Nodes
参考
https://twitter.com/HotdogNugget/status/1728707635321745747
https://twitter.com/weatherchick227/status/1730833380923846682
これは3.4以降から有効
4.0以降
Points to Curves NodeのWeightを利用する
Face Areaの大きさ順でソートしたIndexを取得するならこう
https://gyazo.com/3db3ad1ab9fbd3b89269df58ddb4ecaf
単にRandomにIndexを取得したいなら別にCapture Attributeとかいらないのでこう
https://gyazo.com/0bdb004aebd40af9bad10938d8237ee3
https://gyazo.com/c21bbe6d2a799f610ab5cef19990bea6
これでもうindexをシャッフルするためだけにSeparate→Join→Separate→Join→Separate→Join→Separate→Joinを繰り返さなくて良くなる…
Sort Elements Nodeが来たらそれに置き換える方が良いと思います