Interfaces > Core Interfaces > TrackSelectionSets |
The TrackSelectionSets Core Interface provides MAXScript access to the Track Selection Sets functionality.
Gets the number of track selection sets.
<boolean>TrackSelectionSets.create <string>name <maxObject by value array>tracks trackNames:<string by value array> trackNames default value: #()
Creates a new track selection set with the given name out of the supplied tracks. Returns true on success.
Deletes the named track selection set. Returns true on success.
Returns the name of the indexed track selection set.
Sets a new name in the named track selection set.
Returns the current track selection set in the supplied trackview.
<maxObject by value array>TrackSelectionSets.getTracks <string>name <&maxObject array>tracks trackNames:<&string array> tracks is Out parameter trackNames default value: #() trackNames is Out parameter
Returns the tracks in the named track selection set.
<boolean>TrackSelectionSets.add <string>name <maxObject by value array>tracks trackNames:<string by value array> trackNames default value: #()
Adds the specified objects to the named track selection set. Returns true on success.
Removes the specified objects from the named track selection set. Returns true on success.