Skip to content

Instantly share code, notes, and snippets.

@kurikuri0608
kurikuri0608 / markingMenu.py
Created October 20, 2022 03:22 — 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