What has often got me in the past, cap sensitivity. Double check your variable and port names in your script. SCOPs *are* cap sensitive, and on output you won't get any error messages if you attempt to set a value on a port with the wrong name.
On Dec 27, 2007 12:20 PM, Dan Yargici <
danyargici(at)gmail.com> wrote:
I have a SCOP with 2 outputs. I'm trying to set these using the technique in the Docs - i.e.
if(Out.name =="blah")
{
Out.Value = oBlah;
}
else........
But I only have one output being updated! Am I missing something reeeeally obvious here?
One is a Weightmap, and the other is a UserDataBlob...
Cheers,
DAN