RE: language definition in spdl logic block

Date : Wed, 1 Feb 2006 22:08:19 -0000
To : <XSI(at)Softimage.COM>
From : "kim aldis" <kim(at)cg-soup.com>
Subject : RE: language definition in spdl logic block
semi-colon. Damn, docs have all the information except how to actually use the thing.
 
thanks Stephen.


From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Stephen Blair
Sent: 01-February-2006 21:05
To: XSI(at)Softimage.COM
Subject: RE: language definition in spdl logic block

I've seen it like this, at the top-level (eg not in a Plugin section or anything):
 
Language ="JScript";
BeginScript
 
EndScript
 
 
And for operators (see the vertexcolormix_js.spdl file in the sdk examples):
 
Plugin = Scripted
{
 Language = "JScript";
 
 Update =
 BeginScript
 
 EndScript
}
-----Original Message-----
From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM]On Behalf Of kim aldis
Sent: Wed 01 February 2006 3:48 PM
To: XSI(at)Softimage.COM
Subject: language definition in spdl logic block

I'm either blind or stupid. Lots of references in the docs for 'Language = "name"' but nothing really specific enough for jscript. Just where exactly does one specify jscript as the spdl logic language. Language="jscript" seems obvious but doesn't seem to work in the obvious places.
 
K.

kim(at)cg-soup.com

kim(at)aldis.org.uk

 


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.