Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabionuno/BodymovinQL
A macOS QuickLook plugin to generate previews for Adobe After Effects animations exported as JSON with Bodymovin
https://github.com/fabionuno/BodymovinQL
bodymovin macos quicklook
Last synced: 3 months ago
JSON representation
A macOS QuickLook plugin to generate previews for Adobe After Effects animations exported as JSON with Bodymovin
- Host: GitHub
- URL: https://github.com/fabionuno/BodymovinQL
- Owner: fabionuno
- License: apache-2.0
- Created: 2017-03-01T03:11:23.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-12-03T10:37:14.000Z (almost 6 years ago)
- Last Synced: 2024-05-13T15:32:34.426Z (6 months ago)
- Topics: bodymovin, macos, quicklook
- Language: Objective-C
- Size: 181 KB
- Stars: 33
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-QuickLook - BodymovinQL
README
# QuickLook Bodymovin
This is a macOS QuickLook plugin to generate previews for [Adobe After Effects](http://www.adobe.com/products/aftereffects.html) animations exported as json with [Bodymovin](https://github.com/bodymovin/bodymovin).
Installation
------------
Requires macOS 10.10 or later (but tested on 10.12).* Download the [latest release](https://github.com/fabionuno/BodymovinQL/releases/latest) version of the plugin
* Unzip it, and put the `Bodymovin.qlgenerator` into `~/Library/QuickLook` (Create the folder, if it does not exist)
* You may need to reboot to enable it or run `qlmanage -r` in your Terminal app (found in Applications → Utilities).Using the plugin
----------------
* You should be able to preview your Bodymovin `.json` files using the space key in Finder.Uninstall
---------
* Run the Terminal app (found in Applications → Utilities).
* Copy the following and paste into the Terminal app:sudo rm -rf "~/Library/QuickLook/Bodymovin.qlgenerator"
* Press Enter.