setProxyToNone() bug in CS5 ?

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

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
cfx
Posts: 19
Joined: October 26th, 2009, 2:49 pm
Location: Next to Paris

Hi,

It crash my CS5 too... :shock:

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

Fred
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

Thanks Fred, I've filed a bug report.
User avatar
lloydalvarez
Enhancement master
Posts: 460
Joined: June 17th, 2004, 9:27 am
Location: New York City, NY
Contact:

Crashed for me as well on Mac CS5
nab
Posts: 203
Joined: November 29th, 2005, 3:00 am
Location: Royan
Contact:

I've done a quick test on Windows 7...crash as well.
Post Reply