Go to: Synopsis. Return value. Flags. MEL examples.
setNodeTypeFlag [-display boolean int]
setNodeTypeFlag is undoable, NOT queryable, and NOT editable.
This command sets static data on the specified node type tag. This will affect the class of node type as a whole.| int |
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-display(-dsp)
|
boolean int
|
|
||
|
||||
// don't display unit conversion nodes setNodeTypeFlag -display false `objectType -tagFromType unitConversion`;