Create, Query, Edit a finder control. Each finder control has a drop icon pocket, an edit line and a history button. The argument defines the name of the finder control. In query mode, return type is based on queried flag.
Long name (short name) | Argument Types | Properties | |
---|---|---|---|
addDropBox (adr) | bool | ||
|
|||
addHistory (ah) | bool | ||
|
|||
annotation (ann) | unicode | ||
backgroundColor (bgc) | float, float, float | ||
command (c) | callable | ||
|
|||
defineTemplate (dt) | unicode | ||
docTag (dtg) | unicode | ||
dragCallback (dgc) | callable | ||
dropCallback (dpc) | callable | ||
enable (en) | bool | ||
enableBackground (ebg) | bool | ||
exists (ex) | bool | ||
fileHistory (fh) | unicode | ||
|
|||
filePath (fp) | unicode | ||
|
|||
fullPathName (fpn) | bool | ||
height (h) | int | ||
isObscured (io) | bool | ||
label (l) | unicode | ||
manage (m) | bool | ||
numberOfPopupMenus (npm) | bool | ||
parent (p) | unicode | ||
popupMenuArray (pma) | bool | ||
preventOverride (po) | bool | ||
useTemplate (ut) | unicode | ||
valueChanged (vc) | callable | ||
Set the command to be executed when the value of the edit field changes. Flag can have multiple arguments, passed either as a tuple or a list. |
|||
visible (vis) | bool | ||
visibleChangeCommand (vcc) | callable | ||
width (w) | int | ||
Derived from mel command maya.cmds.finder