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]
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds # List all resources starting with an "a" cmds.resourceManager(nameFilter="a*")