External Resources¶
Many people have helped the community by making their own scripts and tutorials available on various websites.
GitHub¶
[https://gist.github.com/Farfarer/8869008 Farfarer/selectAxisUVs.py] A heavily commented command example in Python by James O’Hare
[https://gist.github.com/mattcox Matt Cox’s Gists]
[https://gist.github.com/lukpazera Lukasz Pazera’s Gists]
[https://gist.github.com/Eterea Crist?bal Vila aka Eterea’s Gists]
[https://github.com/adamohern Adam O’Hern’s Repos]
[https://gist.github.com/nicelifeBS Bjoern Siegert’s Gists]
[https://gist.github.com/GregMalick Greg Malick’s Gists]
[https://gist.github.com/Farfarer James O’Hare’s Gists]
[https://gist.github.com/tcrowson Tim Crowson’s Gists]
[https://gist.github.com/rockjail Rockjail’s aka Mirischgli Gists]
[https://gist.github.com/ivogrig Ivo Grigull’s Gists]
[https://github.com/IngenuityEngine Ingenuity Engine Repos]
[https://github.com/philstopford/aaOcean_MODO aaOcean translation Plug-in by Phil Stopford (C++)]
PySide: [http://community.thefoundry.co.uk/discussion/topic.aspx?f=37&t=113331 Custom QLineEdit with Drag Behavior]
[http://www.etereaestudios.com/modoshare/tips_python_modo.html Links with Tips for Python & modo] A huge number of links to various forum posts, GitHub and other sources compiled by Crist?bal Vila
[http://www.timcrowson.com/modo-plugins-native-ui-vs-pyside/ UI Frameworks in Modo: Native vs. PySide] A summary of the key differences between the two frameworks available in Modo for building plugin interfaces.