Page 1 of 1

Scripting outside of 7_scripting

PostPosted: Sun Mar 04, 2018 2:53 pm
by plotrim
Hi,
I'm trying to write a script that automatically saves as an Ogre3D file.
I've been running my script from the Utilities/Scripting tab in the MakeHuman GUI, as recommended elsewhere. I understand how to use all the functions from the 7_scripting.py, but I haven't worked out how to use the functions from other plugins.
In particular I'm trying to use the functions from 9_export_ogre, but when I call exportOgreMesh() it doesn't recognise it. I've tried "import 9_export_ogre" and various other imports but nothing works.
Am I doing this wrong?
Thank you!