Go to: Synopsis. Return value. MEL examples.

Synopsis

dynRelEditor

dynRelEditor is undoable, queryable, and editable.

This command created a Dynamics Relationship Editor editor. The editor displays the connections of selected objects. As the active list changes, the information displayed in the editor changes.

You can add relationships by drag-and-dropping the object to be connect to from a UI like the outliner onto the editor.

You can remove relationships by selecting the connect objects in the editor and pressing "REMOVE".

You can show the relationships in the modeling window by pressing "SHOW". The influences linked to the last object put into the editor are shown in yellow.

Return value

stringThe name of the editor

In query mode, return type is based on queried flag.

MEL examples

window dynRelEdWindow;
frameLayout -lv off;
dynRelEditor myRelEditor;
showWindow dynRelEdWindow;