Thread: initplugins
View Single Post
  #2  
Old 10-20-2006, 10:40 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
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.
Reply With Quote