pymel.core.effects.expressionEditorListen

expressionEditorListen(*args, **kwargs)

Listens for messages for the Expression Editor, at its request, and communicates them to it. This action is for internal use only and should not be called by users. This action should be called only by the Expression Editor.

Flags:
Long name (short name) Argument Types Properties
listenFile (lf) unicode ../../../_images/create.gif
 
Listen for changes to the file argument.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.
listenForAttr (la) unicode ../../../_images/create.gif
 
Listen for changes to the attributes of the node argument.
listenForExpression (le) unicode ../../../_images/create.gif
 
Listen for changes to the named expression
listenForName (ln) unicode ../../../_images/create.gif
 
Listen for name changes for the node argument.
stopListenForAttr (sla) unicode ../../../_images/create.gif
 
Stop listening for changes to the attributes of the node argument.
| .. |
sle)** | unicode | .. image:: /images/create.gif |
 
Stop listening for changes to the named expression
stopListenForName (sln) unicode ../../../_images/create.gif
 
Stop listening for name changes for the node argument.

Derived from mel command maya.cmds.expressionEditorListen

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.expressionEditorListen()

Previous topic

pymel.core.effects.expression

Next topic

pymel.core.effects.fluidCacheInfo

Core

Core Modules

Other Modules

This Page