Go to: Synopsis. Return value. Keywords. Flags. Python examples.
assignViewportFactories([string], [materialFactory=string], [nodeType=string], [textureFactory=string])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
assignViewportFactories is NOT undoable, queryable, and editable.
Sets viewport factories for displays as materials or textures.None
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
materialFactory(mf)
|
string
|
![]() ![]() ![]() |
||
|
||||
nodeType(nt)
|
string
|
![]() ![]() ![]() |
||
|
||||
textureFactory(tf)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
import maya.cmds as cmds # To set the viewport factories for all my_material nodes. # cmds.assignViewportFactories( materialFactory='solidMaterialInfo', textureFactory='solidTextureInfo', nodeType='my_material' )