Skip to content

Instantly share code, notes, and snippets.

View rBrenick's full-sized avatar

rBrenick

View GitHub Profile
__author__ = "rBrenick - [email protected]"
__created__ = "2020-07-13"
import os
import re
from Qt import QtGui
def hue_shift_stylesheet(base_sheet_path, new_sheet_path=None, hue_shift=160):
__author__ = "rBrenick - [email protected]"
__created__ = "22/02/2020"
"""
1. Pull this script into a python tab in the script editor (or create a python shelf button)
1. Select blendshaped mesh
2. Select mesh to apply blendshapes on
3. Run script
import copy
import collections
import traceback
from maya import cmds
import pymel.core as pm
class AlignVerts():