Page 1 of 1

Animator Panel - buttons not working

Posted: 13 Aug 2011, 11:36
by slowtiger
So I successfully installed Paul's Animator Panel, and most of it works. But not the two buttons "add N exposures" and "delete N exposures"! Instead the button icon becomes a custom brush ...

Is there a list available with all the button's scripts so I could repair it myself?

Re: Animator Panel - buttons not working

Posted: 13 Aug 2011, 15:28
by Paul Fierlinger
That one never worked for me either-- please share with me any discoveries.

Re: Animator Panel - buttons not working

Posted: 13 Aug 2011, 16:11
by Svengali
Using the Set Keystroke command...

Add N Exposures = one line: key:Layer,Exposure:Add Multiple...
Delete N Exposures = one line: key:Layer,Exposure:Remove Multiple...

Sven

Re: Animator Panel - buttons not working

Posted: 13 Aug 2011, 16:17
by Paul Fierlinger
Thanks, Sven. Where do I insert that text?

Re: Animator Panel - buttons not working

Posted: 13 Aug 2011, 16:44
by Svengali
It's a one line key command for each button.


So you right click on button, cursor over edit and release...

First remove any existing lines in the button script - cursor over existing line and left-click Remove.

Then cursor over and left-click Set Keystroke (ninth option down the menu), cursor over Layer, cursor over Exposure, cursor over Add Multiple and click again... click OK to save button script.

Sven

Re: Animator Panel - buttons not working

Posted: 13 Aug 2011, 17:12
by Paul Fierlinger
Thank you; that was easy.