Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects GUI – ExtendScript

  • GUI – ExtendScript

    Posted by Krishna Moorthy on November 15, 2016 at 4:52 pm

    Hey guys,

    Done all the functionalities required for my project via extendscript. Now, I want create a GUI for my script. Referred After Effects Scripting Guide which gives a code below for GUI:

    function createUI(thisObj) {
    var myPanel = thisObj;
    myPanel.add("button", [10, 10, 100, 30], "Tool #1");
    return myPanel;
    }
    var myToolsPanel = createUI(this);

    I couldn’t understand this code snippet. Kindly, help me in understanding this and also, provide me any resource related to complete GUI reference for after effects.

    Thanks in advance!

    Krishna Moorthy replied 9 years, 5 months ago 3 Members · 4 Replies
  • 4 Replies

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