Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects mocha Pro 5 Plug-In for Adobe: add effect on the hotkeys in AE

  • mocha Pro 5 Plug-In for Adobe: add effect on the hotkeys in AE

    Posted by Ilya Yaki on September 15, 2016 at 10:11 pm

    Hi, I find and modifed this little script, and appointed him to the hotkey to quickly create the effect,
    var comp = app.project.activeItem;
    if(comp && comp.selectedLayers.length > 0){
    for(var i = 0 ; i < comp.selectedLayers.length ; i++){
    var errors = '';
    var layer = comp.selectedLayers[i];
    var fx = layer.Effects.addProperty('mochaProAE');
    fx.name = 'mocha Pro'
    if(errors != ''){alert('Could not set the following parameters : \n' + errors)};
    };
    }else{
    alert('You need at least one selected layer');
    };

    its work fine and my question is what should be in it to write more, and after create effect he opened the Mocha window processed automatically ?

    Ilya Yaki replied 9 years, 11 months ago 1 Member · 0 Replies
  • 0 Replies

Sorry, there were no replies found.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy