This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################# | |
# | |
# Custom Set Driven Key | |
# | |
# | |
# | |
# by Ricardo Viana. www.you-lab.com | |
# 2 November 2014 | |
# | |
# works only in Maya 2014 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################## | |
# VRAY LIGHT LISTER 0.6 # | |
# # | |
# by Ricardo Viana # | |
# Feb 2014 # | |
# # | |
########################################## | |
import pymel.core as pm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
########################################## | |
# VRAY LIGHT LISTER 0.5.2 # | |
# # | |
# by Ricardo Viana # | |
# Feb 2014 # | |
# # | |
########################################## | |
import pymel.core as pm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys | |
from PyQt4 import QtGui, QtCore | |
import os | |
import subprocess | |
class Wacom(QtGui.QWidget): | |
def __init__(self): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |