ScriptSpot

Forum topic · General Scripting

simple question:should I be using node arrays or selectsets or groups?

By nudity · 2011-09-28

Description

I'm working on a script that needs to access an array of nodes in a predefined sequential order. Do I want to have the array: as an array of nodes or as a selectionset or as a group? they all save selection order? what if I want to merge this array from other .max files, what option would make this simplest?

Comments (2)

kilad · 2011-09-29

what are you trying to achieve?

nudity · 2011-09-28

I was just looking around maxhelp, it seems like creating a new structure or a creating a container helper would be viable options as well. has anybody tried scripting using containers? is there a way to store meta data about the selection set, or is it just geometry nodes?