Hi Brian,
re:
> Where can I see what classes are in Moi in order to write scripts myself?
There isn't currently official documentation for the scripting API, because that takes a lot of work.
However, there is some information here:
https://moi3d.com/wiki/Scripting
Also though if you want to script something that is in the regular UI, you can open up the UI files and find how it is accessed.
For example the UI control for changing the theme is in GeneralOptions.htm inside the UI folder in the install. If you look in there you can find that it sets it using moi.ui.theme = value;
- Michael
|