Page 1 of 1

setProxyToNone() bug in CS5 ?

Posted: August 14th, 2010, 5:15 pm
by nab
Hi guys,
setProxyToNone() crash my CS5 but used to work fine in CS4.
Could someone confirm this bug ?

Here is a sample code (assuming the first selected item has a proxy):

Code: Select all

var curItem = app.project.selection[0];
if (curItem.useProxy)
{
	curItem.setProxyToNone();
}
Thanks

Re: setProxyToNone() bug in CS5 ?

Posted: August 16th, 2010, 3:43 am
by cfx
Hi,

It crash my CS5 too... :shock:

my script that use it : viewtopic.php?f=8&t=1516

Fred

Re: setProxyToNone() bug in CS5 ?

Posted: August 16th, 2010, 2:12 pm
by nab
Thanks Fred, I've filed a bug report.

Re: setProxyToNone() bug in CS5 ?

Posted: August 20th, 2010, 12:52 pm
by lloydalvarez
Crashed for me as well on Mac CS5

Re: setProxyToNone() bug in CS5 ?

Posted: August 20th, 2010, 8:33 pm
by nab
I've done a quick test on Windows 7...crash as well.