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 |     | ||
| 
 | ||||
| -textureFactory(-tf) | string |     | ||
| 
 | ||||
| -nodeType(-nt) | 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 be used more than once in a command. | 
// To set the viewport factories for all dgs_material nodes. // assignViewportFactories -materialFactory MentalRayMaterial -textureFactory MentalRayTexture -nodeType dgs_material;