Archive for June, 2008



Slickening up the build cycle for compiled plugins

June 19th, 2008 by Kim Aldis. Viewed 2596 times.

1. compile with copy, 2. oops, error, file in use, 3. switch to XSI, 4. dig down and unload plugin, 5. switch to VS, 6. compile ……. yaddda ….. you know the drill.
For years I’ve been doing this and for years I’ve been meaning to get around to making it slicker but somehow there [...]

Vista Trick : Symbolic Links

June 17th, 2008 by Luc-Eric. Viewed 2755 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, [...]

Dynamic Callbacks In Plugins

June 11th, 2008 by Patrick Boucher. Viewed 3475 times.

I really like applications that provide rich SDKs for it’s users to play around with. I also like event based systems and callbacks. These are all things that make me absolutely love writing up plugins inside XSI. But there is one small problem, I find, with XSI’s callbacks.
Callbacks in XSI plugins are functions in the [...]

Proxy Select And Anticipating A User’s Needs

June 8th, 2008 by Patrick Boucher. Viewed 4329 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 [...]