Difference between revisions of "External Resources"
From The Foundry MODO SDK wiki
(Added Links) |
(Added link to "UI Frameworks in Modo: Native vs. PySide") |
||
Line 20: | Line 20: | ||
== User Sites == | == User Sites == | ||
* [http://www.etereaestudios.com/modoshare/tips_python_modo.html Links with Tips for Python & modo]<br>A huge number of links to various forum posts, GitHub and other sources compiled by Cristóbal Vila | * [http://www.etereaestudios.com/modoshare/tips_python_modo.html Links with Tips for Python & modo]<br>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]<br>A summary of the key differences between the two frameworks available in Modo for building plugin interfaces. |
Revision as of 23:28, 27 January 2016
Many people have helped the community by making their own scripts and tutorials available on various websites.
GitHub
- Farfarer/selectAxisUVs.py
A heavily commented command example in Python by James O'Hare - Matt Cox's Gists
- Lukasz Pazera's Gists
- Cristóbal Vila aka Eterea's Gists
- Adam O'Hern's Repos
- Bjoern Siegert's Gists
- Greg Malick's Gists
- James O'Hare's Gists
- Tim Crowson's Gists
- Rockjail's aka Mirischgli Gists
- Ivo Grigull's Gists
- Ingenuity Engine Repos
Forum Posts
User Sites
- Links with Tips for Python & modo
A huge number of links to various forum posts, GitHub and other sources compiled by Cristóbal Vila - UI Frameworks in Modo: Native vs. PySide
A summary of the key differences between the two frameworks available in Modo for building plugin interfaces.