General Maya Tools#

Code Wall#

For the full docs see here.

img

Run#
from dotbloxmaya.general import codewall
codewall.dock.show()

Colorizer#

Colorize objects using material design colors

img

Applies to display layers, objects and the outliner

Run#
from dotbloxmaya.general import colorizer
colorizer.dock.show()

Pivoting#

Move the pivot relative to the bounding box

img

Run#
from dotbloxmaya.general import pivoting
pivoting.dock.show()