Skip to content

Instantly share code, notes, and snippets.

View renggli's full-sized avatar
😸
Writing code

Lukas Renggli renggli

😸
Writing code
View GitHub Profile
@Calinou
Calinou / insaneBump.py
Created March 9, 2015 22:34
InsaneBump GIMP plugin (licensed under GPLv3)
#! /usr/bin/env python
from gimpfu import *
import commands
import glob
import os
import string
import subprocess
suffixes = (['diffuse', '_d'], ['specular', '_s'], ['normal', '_n'], ['height', '_h'], \