How AE scripts folder?

Hi, I want to ask something about script in after effect CS6. I have a lot of script in my AE, and I think that its quite difficult to find the script that I want to. So, how do the folder of scripts in AE or maybe the Group script? So if I want to use the script I can find it easier...

Thank you and sorry for my bad English...

Sorry for the misunderstanding.

You need something like this:

Add Ons - ScriptsManager | VideoHive

Tags: After Effects

Similar Questions

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • How to change folder icon in Windows 8?

    Separated from this thread.

    What happens if I want a different icon

    You can set all at once this way.  Or define unique icons on a specific folder in this way: http://www.intowindows.com/how-to-change-folder-icon-in-windows-78/

  • jsbin file is not working in the startup scripts folder

    Hello

    I use ID CC 2015.3 in Windows 7. I placed a jsxbin in the startup scripts folder, but it is not for me. Please notify.

    Have you seen this?

    Indiscripts: JavaScript binary ramming (CS4/CS5)

  • Can you show how a page fold in a pdf document

    Is anyone know if, and how, you can show how a page fold in a pdf document?

    Thank you

    Hi WendyPairsh,

    You can add transitions to page setting up a PDF for a presentation , or you can set your preferences PDF look one and look at a preferences, Adobe Acrobatfor viewing.

    Kind regards
    Nicos

  • Reload the scripts folder without restarting Photoshop

    Hello

    Cannot find any information about it. I have a symbolic link to the file scripts to a git repo. I want to reload the new scripts that have been put in the folder without closing Photoshop.

    I tried app.refresh () and

    function refresh () {}

    var / / desc = new ActionDescriptor();

    desc.putEnumerated (charIDToTypeID ("Stte"), charIDToTypeID ("Stte"), charIDToTypeID ("RdCm"));

    executeAction (charIDToTypeID ("Wait"), desc, DialogModes.NO);

    }

    But none works.

    Is there a way to do this?

    Thank you!

    I have only to add script plugins in screening/Scripts folder. Everything is in its own folder managed CVS and accessible via an Action in a defined Action. Although not a simple process, you can generate an XML file to a folder of scripts, convert the XML into a .atn file and load the .atn file in Psalm

  • How the scripts for the new virtual machine storage profile

    Hey all,.

    I have a long script that I've been put together so that our operations people size new virtual machines.  I ask a series of questions for such things as the VM name, cluster, VLAN, plug hardware, OS/template, etc.  I use LucD method to create a temporary copy of a customization OS specification to insert a static IP address.  I have everything works except that I can't figure out how this script drop-down list:

    storageprofiledropdown.jpg

    vSphere 5.0, any VCD.  Looks like it should be pretty simple, but I can't find anything on how to do it.  It would be nice to choose this in the New - VM cmdlet somewhere, as well as the use of the GUI.  Any ideas?

    Throw a glance PowerCLI 5.8, when it is available, there is a charge storage profile cmdlets in there (as we showed in our VMworld session this week).

  • How copy a folder of photoshop to my Imac, including keywords for my computer Macbook with photoshop top to consider during a trip

    How copy a folder of photoshop to my Imac, including keywords for my computer Macbook with photoshop top to consider during a trip

    I don't use a mac. If you are referring to metadata and Image files. Metadata can be in the image file or sidecar files in the same folder. It may depend on how you have set some creative.  Bridge maybe having metadata is its cache system and users of data areas. ACR it can store information in a sidecar instead of ACR data files.  If you use Lightroom metadata is most likely in his library databases.

    Photoshop has many files.   Images of users are in your user id of maybe in the library of lightroom not in Adobe Photoshop files. I use Lightroom.   What exactly you're talking about when you wrote "a folder of Photoshop?

  • How to script Indesign page. Thank you

    How to script Indesign page. Thank you

    Here you go for the scripts for InDesign Forum:

    Scripting InDesign

    Uwe

  • Java scripts folder

    Hi all

    It is a very basic question, I know, but I have a custom java script to create a pop up calendar and I can't find the java scripts folder to put it in.

    Mac OS 10.5.8 Acrobat Prof 8.2.3

    Thanks in advance

    S

    Open the Console (Cmd + J), remove its contents, paste the following code there:

    app.getPath ("user", "javascript")

    Select it and press the Enter key at the bottom right of the keyboard. It will show you the path to the folder javascripts for your user.

    Another option is to be performed;

    app.getPath ("app", "javascript")

    Which returns the folder general javascripts for Acrobat.

  • Script folder level? How can I use the value of a field as a pdf file name to save as dialog box

    I read somewhere that if you use a script to the folder level, you can do things like save a PDF with a specific file name - possibly based on a domain name.

    How we put in place a folder level script?

    How to run a script from the PDF?

    What code do you use to change the name of the PDF for the content of the text fFieldName field?

    Or is - this really just impossible to do?

    The function must be placed in a .js file in the following folder:

    C:\Program Files (x 86) \Adobe\Acrobat 11.0\Acrobat\JavaScripts

    You can then call it go another level of the folder or the document itself

    script.

  • Can find only hcddl.sql in the Scripts folder under peopletools

    Installed the PeopleTools8.51 with installers as was given in the manual of certification with HRMS and Campus solution9.0 Application on windows 2008 R2 64-bit. When I reached the the conduct of the phase of scripts i can find only hcddl in my folder of scripts. Why is this? Impossible to reach the full logfile peopletools, IAM iam attaching only errors I got.


    Change the text - single-file file: no selected target
    Status: ERROR
    Additional notes: ERROR - Impossible to locate the text ASCII file to be manipulated. Reporter...

    Change the text - single-file file: new file F:\PT8.51\setup\install_endorsed.bat
    Status: SUCCESS

    Custom action: com.ps.pt.install.vcd.action.PSGetInstallDriveAction
    Status: SUCCESS

    Change the text - single-file file: no selected target
    Status: ERROR
    Additional notes: ERROR - Impossible to locate the text ASCII file to be manipulated. Reporter...

    Change the text - single-file file: no selected target
    Status: ERROR
    Additional notes: ERROR - Impossible to locate the text ASCII file to be manipulated. Reporter...

    807208 wrote:
    Hi Nic,
    That's the problem with installers and now its installed perfectly on another drive in the same machine.

    Out of curiosity, what kind of problem? Not sure how you solved it.

    Now I need your help to uninstall the PT that has been installed on another drive.

    Delete the folder should be sufficient, and/or use the windows uninstall tool.

    Nicolas.

  • Satellite Pro U400: How to remove folder HDD Recovery Vista running Win 8

    Hello!

    I have updated my Windows Vista to Windows 8 via the Microsoft upgrade offer. Toshiba does not support the upgrade of the Satellite PRO U400 of Win8, but it works so far, only a few features are missing...

    In this HARD drive recovery process, Vista folder remained on my partition E: (containing about 5 GB of files dated 2008...).

    I HAVE (even 2 sets of) recovery DVD for Vista.
    The infrastructure of original HDDRecory for Vista on the laptop ran defective, already long ago for some reason any.

    There is therefore no reason to keep the old HDD Recory on E: folder.
    It is completely unnecessary and I would like to remove this folder without formatting E:.
    However, although I work with admin rights, this is strictly rejected by the system of Windows 8.

    Is there any idea how to get the access rights to delete the HDDRecory folder?

    Best regards and thanks for the help!
    Gernot

    So far I didn't test these actions, but if you have administrative rights, maybe it's possible to delete certain partition and without changing the ability to create a new.
    Try to do this, use the option of disk management in computer management.

    Of course before trying to do this backup all other important data stored on that partition.

    Please let me know if it will work.

  • How to compress folder with documents?

    I need to compress a folder so I can attach it to an email, please tell me how.

    Right-click | Send to | Compressed (zipped) folder.
     

     
     
  • How set/remove folder phantom

    I moved my music folder of 25 GB on a hard drive external and internal space available on my hard drive has not decreased at all.  It seems that despite having moved the folder, the folder still exists in some form of ghost and is still consuming 25 GB of space on my internal hard drive.  How to identify and remove the ghost of my file copy music from my hard drive internal?

    Too bad; I solved the problem.  I had installed Google Music and it has created its own repository in the music folder.  I uninstalled Google Music and won the expected 25 GB of free space on my internal hard drive.

Maybe you are looking for

  • Rate Querie

    Hello For now, I have a small question... Can you please tell how the call load work or rates for a local to the Japan with a mobile service to call my new Skype number? Thank you Toro

  • Securing internet connection Wi - Fi with Equium L10 and Belkin router

    Hello I installed a wireless belkin router on my laptop L10 and have an excellent connection to the internet - everything works fine. However, I would like to secure the connection to prevent indiscreet listening - I tried to do this under the encryp

  • What spec RAM required for Satellite 1800-921?

    If anyone can help with suggestions to increase my RAM. Crucial say its obsolete!

  • How to print a web page?

    There is no "print icon" showing.  How to print a web page?

  • XMLAGG problem

    I have query update "XMLTYPE.but when I execute this statement my value does not get updates.This XML query return value: '0_1000000000000000000 ~ 1024 ~. 00017578125 ~ 0 ~ 0'Update (select res_14of temp_records_tap_amit twhere t.call_type = 5and t.f