PDA

View Full Version : Reloading AEtemplates


rendermaniac
09-22-2006, 09:19 AM
Does anyone know a way to reload AEtemplates - without having to restart Maya to see your changes? The only reference I could find was deleting the UI window on highend3d - this does work - ie:

deleteUI AEWindow;
source AEtemplate;

However if you have the template docked in a panel - the default for the last few version - this doesn't work.

Is there any way of doing this when the Attribute editor is not a seperate floating window?

thanks

Simon

wolverine
09-25-2006, 09:58 AM
Here's how..

source <yourscript>;
resetAE;

no need to close the AE or anything..

Cheers,
wOLV.

rendermaniac
10-02-2006, 01:42 PM
Thanks for that - it's a bit cleaner than just destroying the window.

However unfortunately it still only seems to work when the attribute editor is a seperate floating window - not in the panel.

Simon

CGTalk Moderation
10-02-2006, 01:42 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.