SequenceCollection Class
The SequenceCollection class can be used to access sequences by name.
myOperator.seq.Color #raises Exception if not found.
# or
myOperator.seq['Color'] #returns None if not found.
Members
owner
→ OP
(Read Only):
The OP to which this object belongs.
Methods
No operator specific methods.
TouchDesigner Build: