Skip to content

Instantly share code, notes, and snippets.

View AngryLoki's full-sized avatar

Sv. Lockal AngryLoki

View GitHub Profile
@AngryLoki
AngryLoki / dae2obj.py
Created September 28, 2012 15:42
Obj to dae Blender
# simple script to batch convert collada to obj.
# run as:
# blender --background --python dae2obj.py -- input_dir output_dir
import os
import sys
import glob
import bpy
if len(sys.argv) != 7:
@AngryLoki
AngryLoki / app.yaml
Created May 18, 2012 19:45
Hit counter with sharding and memcache
application: "true"
version: 1
runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /.*
script: true.app