Go to: Synopsis. Return value. Python examples.

Synopsis

dynRelEdPanel()

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

dynRelEdPanel is undoable, queryable, and editable.

This command creates a Dynamics Relationship Editor panel. A relationship editor panel has a dynamics relationship editor (see the command dynRelEditor). It displays the Dynamics relationships of the selected objects. As the active list changes, the information displayed in the Relationship Editor changes.

Return value

stringThe name of the panel

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

Python examples

import maya.cmds as cmds

cmds.dynRelEdPanel( 'myDynRelEdPanel' )