Skip to content

Instantly share code, notes, and snippets.

@Lirinis
Lirinis / markingMenu.py
Last active July 14, 2020 11:43 — forked from vshotarov/markingMenu.py
Example of a custom marking menu in Maya, scripted in Python.
'''A simple example of a custom marking menu in Maya. The benefits of doing it this way with Python are that
it is very flexible and easily maintainable. Additionally, you can keep it in a version control system.
This file is used for demonstration purposes, to be followed along with in this blog post
http://bindpose.com/custom-marking-menu-maya-python/
'''
import maya.cmds as mc
import maya.mel as mel