All Projects → smallpath → memory

smallpath / memory

Licence: Apache-2.0 License
A script for Adobe After Effects to save precomp layers with live preview

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to memory

Lottieuwp
UWP port of Lottie(https://github.com/airbnb/lottie-android)
Stars: ✭ 276 (+360%)
Mutual labels:  adobe, after-effects
brutalism
Battleaxe's component library for Adobe CEP panels
Stars: ✭ 43 (-28.33%)
Mutual labels:  adobe, after-effects
After-Effects-Fun
Expressions, scripts and projects for Adobe After Effects
Stars: ✭ 20 (-66.67%)
Mutual labels:  adobe, after-effects
adobe-discord-rpc
Discord Rich Presence extension for your adobe apps!
Stars: ✭ 383 (+538.33%)
Mutual labels:  adobe, after-effects
quickExp
a script for controlling expressions quickly in After Effects
Stars: ✭ 24 (-60%)
Mutual labels:  adobe, after-effects
Nexrender
📹 Data-driven render automation for After Effects
Stars: ✭ 946 (+1476.67%)
Mutual labels:  adobe, after-effects
Duik-15
Duduf IK & Animation Tools for Adobe After Effects
Stars: ✭ 156 (+160%)
Mutual labels:  adobe, after-effects
Duik 15
Duduf IK & Animation Tools for Adobe After Effects
Stars: ✭ 152 (+153.33%)
Mutual labels:  adobe, after-effects
Sketch2ae
A Sketch plugin to export sketch file to Adobe After Effect
Stars: ✭ 170 (+183.33%)
Mutual labels:  adobe, after-effects
ovid-editor
Adobe panel providing the most advanced scripting environment possible -- Typescript, app DOM autocomplete, full I/O features and more
Stars: ✭ 43 (-28.33%)
Mutual labels:  adobe, after-effects
DuAEF
Duduf After Effects Framework
Stars: ✭ 20 (-66.67%)
Mutual labels:  after-effects
aio-cli-plugin-runtime
Adobe I/O Runtime plugin for the Adobe I/O CLI
Stars: ✭ 15 (-75%)
Mutual labels:  adobe
site-infrastructure-tests
Test framework that allows analysts/marketers to specify site infrastructure regression tests for dev
Stars: ✭ 23 (-61.67%)
Mutual labels:  adobe
ai-image-fill
Simple Adobe Illustrator Panel to generate placeholder image content from Flickr or Unsplash
Stars: ✭ 30 (-50%)
Mutual labels:  adobe
react-native-acpcore
A wrapper around the iOS and Android AEP Core SDK to allow for integration with React Native applications
Stars: ✭ 19 (-68.33%)
Mutual labels:  adobe
SwiftyIllustrator
A tool for quickly converting Adobe Illustrator shapes into SwiftUI code.
Stars: ✭ 26 (-56.67%)
Mutual labels:  adobe
acd
ACD helps you download Adobe Connect Sessions Videos and Audios, download files from FTP server, transfer files using Shift I/O
Stars: ✭ 117 (+95%)
Mutual labels:  adobe
stock-api-libphp
PHP implementation of the Stock APIs
Stars: ✭ 16 (-73.33%)
Mutual labels:  adobe
react-adobe-animate
Component helping to embed animations from Adobe Animate
Stars: ✭ 21 (-65%)
Mutual labels:  adobe
extendscript-starter
Starter project for extendscript-bundler + live reload capabilities
Stars: ✭ 26 (-56.67%)
Mutual labels:  adobe

memory

这是后期合成软件Adobe After Effects的层存储脚本,你可以将AE中任何层(包括合成层)保存下来,以便在其他工程中,在其他版本的AE中,甚至在其他电脑中生成新的层

文档

脚本功能

  1. 支持动态预览元素内容, 支持窗口大小自适应,同时拥有方便的右键菜单来节省界面空间
  2. 支持一切层的存储与生成,包括形状层,文字层,图片音频层,甚至合成层
  3. 支持几乎所有属性的存储与生成,包括层本身属性以及层内部属性组,例如插件,遮罩,文字动画器,形状效果器,图层样式等等
  4. 支持任何素材层,例如图片,音频甚至是视频,即使他们被移动或删除,脚本也可以正确生成
  5. 由语言版本不同造成的表达式报错将被自动修复,默认支持英文,中文,日文三种语言
  6. 支持自定义预设,脚本提供插件,遮罩,动画器等9种属性组的自由搭配选项
  7. 存储得到的数据兼容于AE任何版本,例如,用本脚本在CC2017上存储的一个工程,可以在CC上正确地生成

开发

  • Node.js > v4.0
  • Yarn.js
# 安装依赖
yarn

# 开发
yarn run dev

# 构建
yarn run build

感谢

License

Copyright (C) 2015 smallpath

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].