Bug in CS3 CS4 ?

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:

Hey guys,

could you please confirm me that the following piece of code causes a crash in CS3 and CS4 (Mac & Win):

Code: Select all

var layer = app.project.activeItem.layer(1);
var dupLayer = layer.duplicate();
var mask = dupLayer.Masks.addProperty("Mask");
mask.name = "Triangle"; // BOUM !

The same code works fine in AE 7.0.
User avatar
lloydalvarez
Enhancement master
Posts: 460
Joined: June 17th, 2004, 9:27 am
Location: New York City, NY
Contact:

Hey Nab,

Crashed CS3 on mac here at work. I would definitely let jeff at adobe know about this..

-Lloyd
Attachments
Picture 2.png
Picture 2.png (47.87 KiB) Viewed 7709 times
Yenaphe
Posts: 84
Joined: February 3rd, 2009, 6:30 pm
Location: Paris - France
Contact:

crashed here too on my CS4 AE, win Vista 32.

Same error message in Extend script.
Post Reply