Skip to content

Instantly share code, notes, and snippets.

View alexcubor's full-sized avatar

Cubor alexcubor

View GitHub Profile
@vshotarov
vshotarov / shelfBase.py
Last active July 5, 2025 20:05
Maya base class for building custom shelves.
import maya.cmds as mc
def _null(*args):
pass
class _shelf():
'''A simple class to build shelves in maya. Since the build method is empty,
it should be extended by the derived class to build the necessary shelf elements.