Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
assignViewportFactories [-materialFactory string] [-nodeType string] [-textureFactory string] [string]
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
|
|
||
|
||||
// To set the viewport factories for all dgs_material nodes. // assignViewportFactories -materialFactory MentalRayMaterial -textureFactory MentalRayTexture -nodeType dgs_material;