Go to: Synopsis. Return value. Python examples.

Synopsis

refreshEditorTemplates()

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

refreshEditorTemplates is undoable, NOT queryable, and NOT editable.

This command refreshes all cached attribute editor templates, including those copied from the standard AE. These are the templates constructed internally on a per node type basis. This is useful if attribute elements have changed and the templates need to be re-evaluated accordingly.

Return value

None

Python examples

import maya.cmds as cmds

# The following command will cause the currently
# selected AE tab and all copied AE tab windows
# to be refreshed.
#
cmds.refreshEditorTemplates