Category Archive for 'Bablings and Ramblings'

Wohooo! Whatever! Bablings and ramblings galore! Let’’s throw in a couple of photos of yesterday’’s party on top of that, just for kicks!

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.



Fake Strong typing in Jscript

September 3rd, 2005 by Andrea Interguglielmi. Viewed 3300 times.

In my endless search for the best language to script my rigs, sometimes I discover new features of the languages I already use.
It happened again a few days ago, while I was reading through MSDN’s JScript reference to see why the “import” statement is protected, hoping again to find an include-like functionality that every JScript [...]

Messing around with something beautiful

June 16th, 2005 by Patrick Boucher. Viewed 2211 times.

The Python language has rather strict indentation rules. These rules exist because the indentation is actually part of the language syntax and is used to define blocks of code. But sometimes, maybe sometimes, you’d like to be able to indent things the way you like. An example of this is PPG layout code in XSI [...]