Archive for March 8th, 2007



Python Modules like XSI Plugins

March 8th, 2007 by Daniele Niero. Viewed 2937 times.

Starting from my last post I’d like to show you how I use Python modules in XSI instead of normal self installing plugins.
You know that XSI automatically recognizes plugins when a proper file is putted under a folder like this: [workgroup or user]\Application\Plugins. We don’t need to specify anything else. Very clever and very useful [...]