A Blender extension that enables you to export your animation to a CSV file
Every row of the file contains following information about an object:
- frame number,
- x coordinate,
- y coordinate,
- z coordinate,
- speed,
- rgb,
- rotaion around z-axis angle
Clone or download this repository
git clone https://github.com/ProgrammingLanguageLeader/blender-csv-animationOpen Blender and install the addon:
- Open User Prerences windows using main menu or shortcut (Ctrl + Alt + U): Files - User Preferences
- Under Add-ons tab click Install Add-on from File...
- Choose addon.py file from the directory of this repository
- Enable the Add-on
Use official docs for getting additional information