RE: Fw: pelting again....

Date : Sun, 30 Oct 2005 13:09:25 -0500
To : <XSI(at)Softimage.COM>
From : "Halfdan Ingvarsson" <hingvars(at)Softimage.COM>
Subject : RE: Fw: pelting again....
Title: Re: Fw: pelting again....
Thankfully, JScript allows you to extend existing objects easily. For example adding the next bit to the JScript code in question will give you the Array.push functionality.
 
Array.prototype.push = function() {
 for( var i = 0; arguments[ i ] != null; i++ )
  this[this.length++] = arguments[ i ];
 return( this );
 }
 
 - ½


From: owner-xsi(at)Softimage.COM on behalf of Jordi Bares
Sent: Sun 30-Oct-05 11:03
To: XSI(at)Softimage.COM
Subject: Re: Fw: pelting again....

I am affraid Helge you are using the Push method which is only available
on JScript 5.5, and XSI for linux does not support that just yet...
therefore your script complaints.

Any chance of hacking it in order to make it compatible? If not i will
give it a go once i finish the project i am at.

thx for the tool bTW, really nice
jb



On Thu, 2005-10-27 at 21:15 +0200, Helge Mathee wrote:
> oh and it is the techsmith camtasia codec. sorry.


> ----- Original Message -----
> From: Helge Mathee
> To: XSI(at)Softimage.COM
> Sent: Thursday, October 27, 2005 9:13 PM
> Subject: pelting again....
>
>
> hi guys,

> I know it sounds a little weird to redo another guys tool,
> and Fernando Navarro did a great(!) job with his one, I am just
> interested as usual in how things work and how I would approach
> a problem like this. Moreover, I am currently doing some personal
> character work and I needed a pelter. So there you go. I will release
> it to public very soon.

> http://217.160.138.15/mt/projects/mt_pelt/pelt_demo_1.avi (1 minute, 5
> MB)

> http://217.160.138.15/mt/projects/mt_pelt/pelt_demo_2.avi (9 minutes,
> 46 MB)

> cheers!

> Helge
--
Jordi Bares <jordibares(at)the-mill.com>
The Mill


---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


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.