On Wed, Nov 25, 2009 at 10:04, Ofer Koren <[email protected]> wrote: > you can force it to re-source by deleting the form layout it creates: > > mel: > > deleteUI "AttrEd<PluginNodeName>FormLayout" > > > python > > maya.cmds.deleteUI("AttrEd%sFormLayout" % pluginNodeName)
That can lead to problems if the AE is currently displaying that template. I've attached a MEL script that I use for this purpose which works around the problem. -- http://groups.google.com/group/python_inside_maya
reloadTemplate.mel
Description: Binary data
