PDA

View Full Version : initplugins


Joran
10-20-2006, 04:15 AM
Hello,

I saw the initplugins function in the viz module. I wondered how I can use it. Should I call viz.initplugins() myself? Or is there an other way to use it?

Greetings, Joran.

farshizzo
10-20-2006, 10:40 AM
Hi,

initplugins() is automatically called by Vizard before your script is executed. It will import all python files in the Vizard30/plug-ins directory whose name ends with _viz.py. This allows you to make custom modifications to the Vizard module.