Return-Path: Received: from atl4mhob06.myregisteredsite.com ([209.17.115.44] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP id 5040132 for AE-List@media-motion.tv; Tue, 16 Apr 2013 11:43:37 +0200 Received: from mail.hostingplatform.com ([10.30.71.210]) by atl4mhob06.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id r3G9pgIp025517 for ; Tue, 16 Apr 2013 05:51:42 -0400 Received: (qmail 16003 invoked by uid 0); 16 Apr 2013 09:51:41 -0000 Received: from unknown (HELO ?192.168.0.7?) (chris@chriszwar.com@60.225.197.206) by 0 with ESMTPA; 16 Apr 2013 09:51:41 -0000 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: [AE] Script help - moving a mask From: Chris Zwar In-Reply-To: Date: Tue, 16 Apr 2013 19:51:39 +1000 Content-Transfer-Encoding: quoted-printable Message-Id: <8AF4694B-68FA-4146-B054-E49E9C1C2F7D@chriszwar.com> References: To: "After Effects Mail List" X-Mailer: Apple Mail (2.1503) On 16/04/2013, at 4:42 PM, Phil Spitler wrote: > Hi Chris, unless something has changed in CS6, you cannot access mask = vertices via scripting or expressions. Expressions no, but scripts definitely yes. There are some very useful = scripts out there that work with masks, as Robert has linked to. I managed to solve my problem. I have constructed something of a = frankenstein script that has bits and pieces from a few different = sources. Some of the bits I copied and pasted used the same variable = names, so there were duplicates in the final mess that I had concocted. = Once I realised what the problem was and went through and re-named the = variables so there were no duplicates it started to work. Cheers, -Chris