{"id":21602669,"url":"https://github.com/ff6347/after-effects-script-snippets","last_synced_at":"2025-09-02T22:33:47.063Z","repository":{"id":8020713,"uuid":"9429665","full_name":"ff6347/after-effects-script-snippets","owner":"ff6347","description":"this is a loose collection of js snippets for After Effects ","archived":false,"fork":false,"pushed_at":"2024-03-02T20:46:58.000Z","size":76,"stargazers_count":180,"open_issues_count":1,"forks_count":34,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-17T11:11:14.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ff6347.png","metadata":{"files":{"readme":"README.md","changelog":"change-specific-setting.jsx","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-04-14T13:55:17.000Z","updated_at":"2025-03-06T01:57:08.000Z","dependencies_parsed_at":"2024-11-24T19:14:07.158Z","dependency_job_id":"e4a2741e-7a7c-4e74-9a62-4172305c61b5","html_url":"https://github.com/ff6347/after-effects-script-snippets","commit_stats":{"total_commits":31,"total_committers":3,"mean_commits":"10.333333333333334","dds":"0.32258064516129037","last_synced_commit":"8927f1bec07e2f8c9edf83d68dde632eb8ca5c32"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fafter-effects-script-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fafter-effects-script-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fafter-effects-script-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ff6347%2Fafter-effects-script-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ff6347","download_url":"https://codeload.github.com/ff6347/after-effects-script-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245267486,"owners_count":20587458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T19:14:02.495Z","updated_at":"2025-03-27T00:11:18.083Z","avatar_url":"https://github.com/ff6347.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"after-effects-script-snippets\n=============================\n\nthis is a loose collection of js snippets for After Effects\n\n##Autogenerated TOC  \n###[__movetotop.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/__movetotop.jsx)  \n/**\n * @author fabiantheblind\n * @description moves all selected layers to the top of the comp\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[add-text.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/add-text.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description add textlayers from string.\n * layers will be splitted by whitespaces\n *\n * @todo [description]\n */\n\n--------------  \n\n###[automagically-sort-layers-by-name.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/automagically-sort-layers-by-name.jsx)  \n﻿/**\n * This script tries to sort layers by name\n * more a proof of concept thingy\n * using this technique can hold some problems\n * - in this case the \"et\" gets found in \"consectetur\" \"et\" \"amet\"\n * - the last matching pattern will be the one that gets executed\n */\n\n--------------  \n\n###[automagically-sort-selectedlayers-by-name.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/automagically-sort-selectedlayers-by-name.jsx)  \n﻿/**\n * This script tries to sort layers by name\n * more a proof of concept thingy\n * using this technique can hold some problems\n * - in this case the \"et\" gets found in \"consectetur\" \"et\" \"amet\"\n * - the last matching pattern will be the one that gets executed\n */\n\n--------------  \n\n###[comp_with_text.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/comp_with_text.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description should create comps from a csv file\n *\n *\n * @todo check if it works\n */\n\n--------------  \n\n###[connect-with-path.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/connect-with-path.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description tries to connect selected layers with a path\n *\n *\n * @todo get also parented position and position with expressions\n */\n\n--------------  \n\n###[cycle-labels.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/cycle-labels.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description cycle thru label colors\n * this is CS6+ feature I think\n *\n * @todo [description]\n */\n\n--------------  \n\n###[disable-expression.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/disable-expression.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description enable expression\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[distort-rotate-at-time.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/distort-rotate-at-time.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description Distord rotation keyframes at a certain time\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[duplicate_layer.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/duplicate_layer.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description duplicates a layer 99 times\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[project_selection_to_grid.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/project_selection_to_grid.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description creates from the selected layer in the project panel a grind in te current comp\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[randomOrderSelectedLayers.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/randomOrderSelectedLayers.jsx)  \n﻿/**\n * @author Dan Ebberts\n * @description randomize order of layers\n * random order found on: http://forums.creativecow.net/thread/227/10609\n * by Dan Ebberts\n * @todo [description]\n */\n\n--------------  \n\n###[rename-layers-with-padded-number.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/rename-layers-with-padded-number.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description pad all layernames\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[rename-layers.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/rename-layers.jsx)  \n/**\n * @author fabiantheblind\n * @description rename selected layers with number\n * this happens in comp and project panel\n *\n *\n * @todo catch error if layer as no source\n\n--------------  \n\n###[select-all-masks-on laayer.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/select-all-masks-on laayer.jsx)  \n﻿/**\n * @author redefinery with some edits by fabiantheblind\n * @description select all masks on layer\n * take a look into the fundamentals\n * http://www.redefinery.com/ae/fundamentals/\n * @todo [description]\n */\n\n--------------  \n\n###[set-get-settings.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/set-get-settings.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description this is a AE Settings Class\n *\n *\n * @todo implement features like Array and Object saving\n */\n\n--------------  \n\n###[sort_text_layers_by_content.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/sort_text_layers_by_content.jsx)  \n﻿/**\n * @author fabiantheblind\n * @description this sorts layers by their content\n *\n *\n * @todo [description]\n */\n\n--------------  \n\n###[text_to_comp.jsx](https://raw.github.com/fabiantheblind/after-effects-script-snippets/master/text_to_comp.jsx)  \n/**\n * @author fabiantheblind\n * @description adds text to a comp with UI\n *\n *\n * @todo check if it works\n */\n\n--------------  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fff6347%2Fafter-effects-script-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fff6347%2Fafter-effects-script-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fff6347%2Fafter-effects-script-snippets/lists"}