All Projects β†’ vicro β†’ BlenderQuickLook

vicro / BlenderQuickLook

Licence: MIT license
A Quick Look Plugin for generating Blender3D file thumbnails.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to BlenderQuickLook

Python Thumbnails
Thumbnails for Django, Flask and other Python projects. 🌈
Stars: ✭ 111 (+208.33%)
Mutual labels:  thumbnails
Lsix
Like "ls", but for images. Shows thumbnails in terminal using sixel graphics.
Stars: ✭ 2,635 (+7219.44%)
Mutual labels:  thumbnails
lamba-thumbnailer
AWS S3 Video Thumbnailer with Lambda
Stars: ✭ 21 (-41.67%)
Mutual labels:  thumbnails
Thumb
A simple, local image only, thumbnail generation script written in PHP
Stars: ✭ 119 (+230.56%)
Mutual labels:  thumbnails
Vcsi
Create video contact sheets, thumbnails
Stars: ✭ 219 (+508.33%)
Mutual labels:  thumbnails
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (-5.56%)
Mutual labels:  blender3d
Ontopreplica
A real-time always-on-top β€œreplica” of a window of your choice (on Windows).
Stars: ✭ 1,336 (+3611.11%)
Mutual labels:  thumbnails
3dn-bip
A Python library for Blender addons. Blazingly fast preview loads in Blender. Images of arbitrary size. bpy.utils.previews drop-in replacement.
Stars: ✭ 41 (+13.89%)
Mutual labels:  blender3d
Epeg
Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.
Stars: ✭ 220 (+511.11%)
Mutual labels:  thumbnails
imtool
πŸ–ΌοΈ Client-side canvas-based image manipulation library.
Stars: ✭ 38 (+5.56%)
Mutual labels:  thumbnails
Cantaloupe
High-performance dynamic image server in Java
Stars: ✭ 186 (+416.67%)
Mutual labels:  thumbnails
Gallery shell
πŸ“· Bash Script to generate static responsive image web galleries.
Stars: ✭ 198 (+450%)
Mutual labels:  thumbnails
MementoEmbed
A service that provides archive-aware oEmbed-compatible embeddable surrogates (social cards, thumbnails, etc.) for archived web pages (mementos).
Stars: ✭ 13 (-63.89%)
Mutual labels:  thumbnails
Justified Gallery
Javascript library to help creating high quality justified galleries of images. Used by thousands of websites as well as the photography community 500px.
Stars: ✭ 1,512 (+4100%)
Mutual labels:  thumbnails
nano photos provider2
PHP photos provider for nanogallery2
Stars: ✭ 37 (+2.78%)
Mutual labels:  thumbnails
React Native Thumbnail Video
Easily show thumbnails for videos on react-native.
Stars: ✭ 104 (+188.89%)
Mutual labels:  thumbnails
Node S3 Uploader
Flexible and efficient resize, rename, and upload images to Amazon S3 disk storage. Uses the official AWS Node SDK for transfer, and ImageMagick for image processing. Support for multiple image versions targets.
Stars: ✭ 237 (+558.33%)
Mutual labels:  thumbnails
sverchok-extra
Extra nodes for Sverchok
Stars: ✭ 51 (+41.67%)
Mutual labels:  blender3d
laravel-thumbnails
Laravel Package for making thumbnails instantly
Stars: ✭ 51 (+41.67%)
Mutual labels:  thumbnails
Blender-Add-on-Manager
Blender Add-on Manager to install/uninstall/update from GitHub
Stars: ✭ 130 (+261.11%)
Mutual labels:  blender3d

BlenderQuickLook

A Quick Look Plugin for generating Blender3D file thumbnails.

Before

before

After

after

Installer

To get the latest built files head to latest release.

Confirmed it works in macOS Sierra 10.12.6

About

I made this QuickLook plugin when I noticed the Windows version of Blender3D had thumbnails in the File Explorer but not the Mac version.

It is my first Cocoa/QuickLook application so please point out any errors or bad practices if you can.

In order to read the blender file format, I downloaded the Blender3D version 2.71 source code and read the file mystery_of_the_blend.html documentation.

I also looked at the code for generating thumbnails in the Windows File Explorer at this thread:

I got the information on the TEST block and the flipped pixels from that code.

Installation

  1. Build the project in Xcode, then find the compiled BlenderQuickLook.qlgenerator in the Products folder in the sidebar, right click on it and select Show in Finder to see the file.
  2. Copy the file to ~/Library/QuickLook/
  3. Wait until the QuickLook service gets refreshed and the thumbnails should start appearing OR manually refresh it running in the Terminal:
qlmanage -r

Links

I used the following resources to learn how to make the plugin:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].