background preloader

Main page

Main page

wiggle loop Controlling Wiggle global Position Still / Loop Expression Shorts - Read External Text Document by David Torno Welcome to the first episode of at least five at the moment in the Expression Shorts series. With this series I have put together some short tutorials on various After Effects Expression code that can be very handy. In these videos I will try not to get too deep into explaining the heavy details of the code, I've saved most of that for the article portion of these posts. This way you can directly copy and paste the text if you'd like. In this episode I explain how to read an external text document. This is a handy bit of code when creating lower thirds style pieces. you can of course use it for other purposes, but it is best suited for this type of work. DISCLAIMER: For readers that copy and paste the following Expression code below, be aware that double quotes are currently showing as smart quotes. Source Text Code: try{ myPath = "~/Desktop/source.txt"; $.evalFile(myPath); eval(thisComp.name)[0]; }catch(err){ "MISSING"; } var variableName1 = ["Text 0", "Text 1", "Text 2"]; try{ }catch(err){

Dynamic Strip Layer from TXT file Code Trail EARS setup Simple Type On effects 3D extrude Command Line Fun: How to Flatten a Folder Hierarchy | LichtenBytes Updated March 7, 2012: A reader pointed out that the command line solution presented here only works if all files in the folder hierarchy have unique names. Please see the comments to this post for two ways to work around this limitation. Once upon a time, I knew most every command line operation that was available on a computer running Windows. Back in the day I even held a Microsoft Certified Professional title for MS-DOS. However, as time went by and Windows matured, I paid less and less attention to the command line and the enhancements that were made to it. Recently I was asked if I knew how to “flatten” a folder hierarchy. Well, I did find a way to do it, and lo-and-behold, no utility app is needed. I’ve successfully tested the solution described there on both Windows XP and Windows 7. Basic Command (the details) for /r %f in (*) do @copy "%f" . So how does this work?

Ticker Counter Reels position:

Related: