Symmetry Expressions for Anchor Points and Positions
From the “Posted on the Blog so I Can Remember it Next Time” department: A useful expression for making things symmetrical.
After Effects, scripting and nerdery
From the “Posted on the Blog so I Can Remember it Next Time” department: A useful expression for making things symmetrical.
This is a script I should have written years ago. It’s fairly simple; it duplicates the selected layer in a comp, but unlike the built-in duplicate function it creates a new source for the layer in the project, allowing the copy and the original to be independent of each other.
If you want your AE project to access data from an external file to drive expressions you can use the javascript evalFile() function in an expression.
You can use text layers in After Effects as expression editors which means, among other things that a whole lot of layers can use the same expression. This has some big advantages: expressions update as you type, which gives you instant feedback. You can see and edit your expression right in the composition viewer, without … Continue reading Using text layers as expression editors in After Effects
Because of Lightwave’s rather broken undo system you need to save lots of incremental backups when you’re working on a scene. Mike Green kindly provides a script that makes a numbered backup of your file, so that your current copy keeps the same name. Drawing on his open source (yay!) script I’ve changed it so … Continue reading Save-n-Zip: automagic backups for Lightwave3D
Building ffmpeg from source on Windows is a royal pain. For those who came in late, ffmpeg is the best reason for a video nerd to learn the command line.