pymel.core.language.OptionVarList
-
class OptionVarList(val, key)
-
append(val)
- values appended to the OptionVarList with this method will be added to the Maya optionVar at the key denoted by self.key.
-
appendVar(val)
- values appended to the OptionVarList with this method will be added to the Maya optionVar at the key denoted by self.key.