Go to: Synopsis. Return value. Related. Flags. MEL examples.
effector [-hide boolean] [-name string]
[object]
effector is undoable, queryable, and editable.
The effector command is used to set the name or hidden flag for the effector. The standard edit (-e) and query (-q) flags are used for edit and query functions.
string |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-hide(-hi)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-name(-n)
|
string
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Will cause effector1 not to be displayed if attached to a handle. // This is the default. // effector -e -hi true effector1; // Will cause effector1 to be displayed if attached to a handle. // effector -e -hi false effector1;