Difference between revisions of "External Resources"
From The Foundry MODO SDK wiki
(Added link to "UI Frameworks in Modo: Native vs. PySide") |
Ivo.grigull (Talk | contribs) (→GitHub) |
||
Line 14: | Line 14: | ||
* [https://gist.github.com/ivogrig Ivo Grigull's Gists]<br> | * [https://gist.github.com/ivogrig Ivo Grigull's Gists]<br> | ||
* [https://github.com/IngenuityEngine Ingenuity Engine Repos]<br> | * [https://github.com/IngenuityEngine Ingenuity Engine Repos]<br> | ||
+ | * [https://github.com/philstopford/aaOcean_MODO aaOcean translation Plug-in by Phil Stopford (C++)] | ||
== Forum Posts == | == Forum Posts == |
Latest revision as of 14:46, 9 March 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
- aaOcean translation Plug-in by Phil Stopford (C++)
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.