Skip to content

Instantly share code, notes, and snippets.

View RicardoViana's full-sized avatar

Ricardo Viana RicardoViana

View GitHub Profile
#############################################
#
# Custom Set Driven Key
#
#
#
# by Ricardo Viana. www.you-lab.com
# 2 November 2014
#
# works only in Maya 2014
##########################################
# VRAY LIGHT LISTER 0.6 #
# #
# by Ricardo Viana #
# Feb 2014 #
# #
##########################################
import pymel.core as pm
##########################################
# VRAY LIGHT LISTER 0.5.2 #
# #
# by Ricardo Viana #
# Feb 2014 #
# #
##########################################
import pymel.core as pm
@RicardoViana
RicardoViana / wacom_config.py
Last active December 13, 2017 11:33
wacom xubuntu stylus buttons configuration tool
import sys
from PyQt4 import QtGui, QtCore
import os
import subprocess
class Wacom(QtGui.QWidget):
def __init__(self):
@RicardoViana
RicardoViana / Video converter linux
Last active December 13, 2017 11:30
Video converter for Linux. PYQT4, phonon, avconv
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys
from PyQt4 import QtGui, QtCore
from PyQt4.phonon import Phonon
from functools import partial
import skimage.io as io