Skip to content

A collection of tools I use regularly for Maya made for rigging.

Notifications You must be signed in to change notification settings

WillDyer/WD_Tools

Repository files navigation

WD-Tools

A assortment of tools I've made during my time at University of Hertfordshire studing 3D & VFX to aid and speed up my rigging workflow.

Many of the tools are made for my own hardware, in this repository I've tried my best to make the code work on any machine however there might be some cases where you might have to edit the code slightly.

Running The Tool

  • All tools are designed to be either run through the Maya script editor or a shelf tool and can be ran with a similar code to the below.
  • See each individual sub-folder for the specific run code.
import sys
sys.path.append("C:\Docs\maya\2024\scripts") # change this to your path or a relative path

from folder import code

code.main()

About

A collection of tools I use regularly for Maya made for rigging.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published