Skip to content

Instantly share code, notes, and snippets.

@fxthomas
fxthomas / obj2json.py
Created May 15, 2011 16:39
OBJ to JSON conversion
#!/usr/bin/python
# coding=utf-8
# Base Python File (obj2py.py)
# Created: Sun 15 May 2011 05:21:50 PM CEST
# Version: 1.0
#
# This Python script was developped by François-Xavier Thomas.
# You are free to copy, adapt or modify it.
# If you do so, however, leave my name somewhere in the credits, I'd appreciate it ;)