Ae Properties banner
dvschultz dvschultz

Ae Properties

Development community

Description

--- name: ae-properties description: "Property manipulation in After Effects: copy properties between layers, reset transforms, bake expressions to keyframes." --- # AE Properties Manipulate layer properties in After Effects including copying, resetting, and baking expressions. ## Available Operations ### 1. Copy Properties Between Layers Copy transform or other properties from one layer to another. ```javascript #target aftereffects (function() { var comp = app.project.activeItem;

Installation

Installs to ~/.claude/skills/dvschultz-adobe-hut-ae-properties/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dvschultz-adobe-hut-ae-properties && curl -fsSL https://raw.githubusercontent.com/dvschultz/adobe-hut/HEAD/.claude/skills/ae-properties.md -o ~/.claude/skills/dvschultz-adobe-hut-ae-properties/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository