The python samples don’t work for trueSpace7.61 unless you copy the contents of the PythonScripts folder into the tS folder. The other option is to add 2 lines to the top of your python script:
import sys
sys.path.append(‘PythonScripts’)
This tells python to look inside the PythonScripts folder for modules to load.
Bug: GetMaterial(matidx), the object get material function always returns None.
Tutorials on the Wayback Machine, look at the early years:
http://web.archive.org/web/20040415000000*/http://www.3dfuel.com