pymel.core.language.OptionVarList

digraph inheritancea9ade4a12a {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "OptionVarList" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.language.OptionVarList",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

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.

Previous topic

pymel.core.language.OptionVarDict

Next topic

pymel.core.modeling

Core

Core Modules

Other Modules

This Page