Go to: Synopsis. Return value. Keywords. Flags. Python examples.
resourceManager([nameFilter=string], [saveAs=[string, string]])
Note: Strings representing object names and
arguments must be separated by commas. This is not depicted in the
synopsis.
resourceManager is NOT undoable, NOT queryable, and NOT editable.
List resources matching certain properties.None
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
nameFilter(nf) |
string |
|||
|
||||
saveAs(s) |
[string, string] |
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can have multiple arguments, passed either as a tuple or a list. |
import maya.cmds as cmds # List all resources starting with an "a" cmds.resourceManager(nameFilter="a*")