Go to: Synopsis. Return value. MEL examples.
updateAE ( string $node )
None
Variable Name | Variable Type | Description |
---|---|---|
$node | string | : Node name to show in the attribute editor. |
// Create some geometry sphere; cone; // Show the attribute editor with the cone AttributeEditor; // Show the sphere in the attribute editor updateAE "nurbsSphere1";