Category Archive for 'Tools'

If the only thing you want to do is download some files to make your life in XSI easier, you”ve come to the right place. This is basically a compilation of articles and posts that have some downloadable toys.

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.



Vista Trick : Symbolic Links

June 17th, 2008 by Luc-Eric. Viewed 390 times.

It’s possible to create symbolic links in Windows Vista just like in Unix. This is helpful if you need to make a directory or file appear to be in different location. In a command prompt:
mklink /D d:\alias_location d:\actual\location\of\directory
The /D stands for directory link, because file links are also supported. Even better, [...]

Proxy Select And Anticipating A User’s Needs

June 8th, 2008 by Patrick Boucher. Viewed 485 times.

Two weeks ago Bryan Blevins, CG Supervisor at Wild Canary, asked a question on the Softimage|Net community about the possibility of doing proxy selects.
You all remember the idea of a proxy parameter where editing a parameter in a custom PPG (lets call this one the source) will in fact be changing another elsewhere in the [...]

Points of Light

June 5th, 2007 by Vladimir Jankijevic. Viewed 5615 times.

Some time ago, I stumbled across the MapVIZ node in Maya and was surprised, that Softimage didn’t implement something like this in our beloved software package, XSI. Well, last weekend I decided to code it myself.
The first step to take, was to decipher the the file structure of the FG and Photon maps. Since the [...]

Colorspaces in XSI

January 6th, 2007 by Harry Bardak. Viewed 26363 times.

The graphics pipeline from source art to final output is complicated, and requires the artist to work in several different colour spaces along the way. In this article I”ll give a brief overview of colour spaces, and then detail a commonly overlooked area in the texture pipeline where gamma is important.

Controlling XSI remotely using sockets

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

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