Skip to content

Instantly share code, notes, and snippets.

def my_method( objects = [], dh = True, freeze = ( None, None, None ) ):
if not objects:
# Get selected objects
pass
if dh:
# Delete history
pass
if freeze == True:
r"""
Module contains methods for setting up Dot Product relationships and vectorProduct nodes in Autodesk Maya.
Future features:
Cross Product implementation.
"""
import pymel.core as py
def create_dot_relationship(**kwargs):