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 April 5, 2026 01:53
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.