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
__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): |
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
__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 |
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 copy | |
import collections | |
import traceback | |
from maya import cmds | |
import pymel.core as pm | |
class AlignVerts(): |
NewerOlder