Archive for June 20th, 2005



Looping with Python in XSI

June 20th, 2005 by Bernard Lebel. Viewed 5258 times.

There are many ways to loop in programming, each programming langage offering their own flavors of looping techniques. In this articles I will explore few of the Python one, and see how they perform in XSI. The techniques I will test are: the built-in map() function, the classic for loop (both over a sequence and with an index), the list comprehension, as well as various other methods of retrieving information in the XSI scene.

XSIBlog upgrade

June 20th, 2005 by Patrick Boucher. Viewed 1446 times.

Well, XSIBlog apparently just survived its first major engine upgrade.
I’d been told that the comments RSS feed was out of whack. This upgrade should have fixed that issue.
If anyone encounters any isses or weirdness with XSIBlog following this upgrade, please let me know!