Category Archive for 'Programming / Scripting'

Geek heaven! I personally consider programming / scripting an art but that’’s a whole other debate, I digress. If you read further you”ll find posts dealing with scripting, quick fire-and-forget tidbits as well as larger application development ideas. Some articles in here won”t even talk about XSI but the general knowledge you will gather from them will be applicable to your XSI scripts in whatever language you prefer.

You would like to submit an article to XSIBlog, whatever the category? Don't hesitate, it might even get you full authorship status to XSIBlog if you do so.



Python Modules like XSI Plugins

March 8th, 2007 by Daniele Niero. Viewed 3245 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 [...]

Custom Properties Persistent Layout

February 2nd, 2007 by Daniele Niero. Viewed 4249 times.

From a rigger’s point of view, I think Softimage|XSI is one of the best software around, and as character TD, I really love proxy parameters. The possibility to expose to animators every channel we want can make our rigs definitely cleaner, more understandable and easier to use. On the other hand a simple list of [...]

Geometry + Rig / RefModels in 6.0

February 1st, 2007 by Helge Mathee. Viewed 4314 times.

After a couple of chit chats about referenced models in 6.0, I would take to take a few minutes to explain how you can use the delta referencing system to separate rig and geometry into two different files, which can be edited independently from one another.

wxPython in XSI

January 10th, 2007 by Aloys Baillet. Viewed 7200 times.

You’ll find here some nice discoveries I made trying to use wxPython inside XSI. For that I will assume that you, dear Reader, have some knowledge of Python and UIs…

Animal Logic is also kindly giving you an example XSI Plugin that should be a good starting point if you want to implement a wxPython interface in XSI.

I apologize in advance for the technical and boring stuff ahead… it’s the unfortunate price to pay to get nice and shiny UIs!

Controlling XSI remotely using sockets

December 31st, 2006 by Kim Aldis. Viewed 3722 times.

A short Python socket server script for remotely communicating with XSI using Telnet