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.