Skip to content

Export any AfterEffects Layer's animated properties to a CSV file.

Notifications You must be signed in to change notification settings

VAS/AE_PropertyToCSV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

AE_PropertyToCSV

The script generates a .csv file per-selected-property of a single layer, containing the respective values at each frame of the composition.

The generated .csv file is in the format:

frame0,value1,value2,...,valueN
frame1,value1,value2,...,valueN
...
frameX,value1,value2,...,valueN

The file name is in the format: LayerName_PropertyName.csv

##Usage:

  1. Just select the properties that you want to bake in the timeline. You can select how many properties you wish, but you shall not select more than one layer.
  2. From the File->Script menu select the script file (.jsx).
  3. Choose the folder where you want to save the .csv files from the dialog
  4. The Info panel will show the path of the selected folder, one per property.
  5. You're done!

###Heads up!

  • If a file with the same name already exists in the destination folder, the script will overwrite it.

##Todo:

  • Let the user specify the separation character (e.g. TAB)
  • Manage the exceptions instead of using if, else
  • Let the user specify a frame range, rather than baking the entire comp
  • Build a basic UI
  • Tidy up code
  • Ask what to do if the file already exists

##License

Copyright (c) 2013 - Enrico Targetti ([email protected]) VAS (www.vas.it)

MIT License

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Export any AfterEffects Layer's animated properties to a CSV file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published