..... Or perhaps someone knows: does Smedge3 runs on Windows XP x64?
Thanks
Bernard
---
Unsubscribe? Mail Majo...@Softimage.COM with the following text in body:
unsubscribe xsi
Just in time for the Easter weekend. We had the XSI demo reel re-cut (had to remove some clips due to copyright restrictions) and posted online:
http://www.softimage.com/products/xsi/customers.aspx
Jen
PS We are already working on material for the 2008 reel.. so if you have anything you want us to consider including, please let me know!!
Pocoyo, my 7 month old baby Maya is addicted to the show J
Carl
I really like the animation style in Pocoyo. It would be nice to see making of that show.
How many people worked on that?
c
-----Original Message-----
From: owne...@Softimage.COM
[mailto:owne...@Softimage.COM] On Behalf Of
Colman López Cantolla
Sent: Thursday, March 20, 2008
11:20 PM
To: X...@Softimage.COM
-- Eclipse (Creative) Limited Pascoe House 54 Bute Street Cardiff CF10 5AF Cardiff Tel: +44 (0) 29 2047 0070 Cardiff Fax: +44 (0) 29 2047 0071 http://www.eclipsecreative.co.uk & http://www.eclipsecreative.tv Please Note: The information, concepts and ideas contained in this email are privileged and confidential, intended only for the use of the individual or entity to whom they are addressed. If the reader of this email is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this email is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender then delete the email and destroy any copies of it. Eclipse Creative cannot accept any liability for any loss or damage sustained as a result of software viruses. It is your responsibility to carry out such virus checking as is necessary before opening any attachment which may be included with this message. Any views expressed in this email are those of the individual sender unless the sender is acting under instruction by an authorised officer of Eclipse Creative Limited. Copyright theft is illegal. © Copyright 2008 Eclipse (Creative) Limited
I love the design of this one. Somehow it reminds me of Super Mario
Bros and Zelda on Super Nintendo.
Great work.
I’m trying to modify an old VBScript custom command to make it return more data so I can use it in my Jscript. Originally, the VBScript command returned an object collection but I now want it to also pass a couple of integer arrays and I’m not sure how to do that. Can anyone show me an example of how to return an XSI collection and an Array in VB and how to retrieve each one in Jscript?
Thanks.
Mathieu Leclaire
R&D Programmer
Hybride Technologies
"Yesterday is history, tomorrow is a mystery, today is a gift and that is why it's called the present"
Returning an array works fine. Returning an XSI collection works fine. It’s when I’m trying to return both within the same function that I can’t figure out.
Mathieu Leclaire
R&D Programmer
Hybride Technologies
"Yesterday is history, tomorrow is a mystery, today is a gift and that is why it's called the present"
-----Original
Message-----
From: javier
[mailto:javie...@gmail.com]
Sent: Saturday, March 22, 2008
3:16 PM
To: X...@Softimage.COM
Never mind… I forgot to put some .toArray() to get the right values. Thanks guys.