What is `pyproject.toml` and why do you need:
https://snarky.ca/what-the-heck-is-pyproject-toml/
Maya jTools
Maya jTools is a collection of various Maya tools and scripts written over the years.When amount of tools started to...
RView: Maya intelligent render view chooser
Problem with the current Maya “Render Image” and “IPR” buttons is that they’re bound to an old Maya Render View,...
Envexp: environment inspector
Envexp is a simple PySide tool that utilizes cross-DCC loading mechanism and can transparently work in basically all software supporting...
Maya plug-ins
I’ve created a number of Maya plug-ins over the years: some of them for specific projects, some as a personal...
Maya Object Model
I have quite a lot of experience with Maya APIs, both Python v1/v2 and C++, and while they’re very flexible...
Another cool module of the week:
https://github.com/benfred/py-spyTop-like python profiler. Amazing stuff.
Surprise from Python:
https://stackoverflow.com/questions/647769/why-cant-pythons-raw-string-literals-end-with-a-single-backslash Python can’t have strings ending with single slash: r’\’ is illegal, even in raw literals.The only robust way to...