Skip to content

Instantly share code, notes, and snippets.

View heathmedia's full-sized avatar

Scott Heath heathmedia

View GitHub Profile
@heathmedia
heathmedia / batch_obj_export.py
Created April 10, 2020 18:44 — forked from GammaGames/batch_obj_export.py
Batch obj file exporter for blender 2.8, now with mesh centering
# ##### BEGIN GPL LICENSE BLOCK #####
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@heathmedia
heathmedia / facebook-photo-download.go
Created November 14, 2017 18:52 — forked from thebitguru/facebook-photo-download.go
A simple go program to download all the high resolution pictures from your facebook albums.
package main
/*
* A simple go program to download all the high resolution pictures from your facebook albums.
*
* To run this:
* 1. Go to https://developers.facebook.com/tools/explorer/?method=GET&path=me&version=v2.8
* 2. Get an Access Token: Get Token > Get User Access Token > Check "user_photos"
* 3. Paste in the app.
*/