Ae Expression 3d banner
dvschultz dvschultz

Ae Expression 3d

Development community

Description

--- name: ae-expression-3d description: "3D expressions for After Effects: 3D layer properties, camera expressions, light expressions, space transforms, and 3D calculations." --- # AE 3D Expressions Expressions for 3D layers, cameras, lights, and 3D space calculations. ## 3D Layer Properties ### Transform Properties ```javascript // Position (3D) thisLayer.position // [x, y, z] // Anchor Point (3D) thisLayer.anchorPoint // [x, y, z] // Scale (3D) thisLayer.scale

Installation

Installs to ~/.claude/skills/dvschultz-adobe-hut-ae-expression-3d/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository