Return-Path: Received: from mail-vc0-f169.google.com ([209.85.220.169] verified) by media-motion.tv (CommuniGate Pro SMTP 4.2.10) with ESMTP-TLS id 4857453 for AE-List@media-motion.tv; Wed, 26 Sep 2012 14:55:49 +0200 Received: by vcbfl17 with SMTP id fl17so593883vcb.28 for ; Wed, 26 Sep 2012 05:57:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=81a/bgahRQo2VTFd3Zm1XwwYSICEGSQ1UgUcfEt9x4c=; b=GgihUqdd/c7KRdBGmAmaZxVmaO2UJ8mIXotpEOGVhfvBWj/X0Vlz/OZ2tveMovhODI 2IbfK2CKKfbV+K1mAETNOXtsAUGOJdOA1HZeW+UEas2KavBwn4BubfQAc9AXnEnCYci3 1DiDadiXTOCYo/vzhUUqxMTKoo3toBMYrSCwkaP/toR1uWLB7gYH4fno6HJ2gxVexTS3 Hq1oNT9RbAA/GiYq/DPp/DRUIgmyJNA6fu0ILmMj+zBxY06JiBoYhWxnhwbsBScSEVfq pHdfyz2sDEYVtkOAAbm2ctt976kv06boYrCmX3YqpG/17Rzt7JUiP+igYX7GOneavY54 hmhg== Received: by 10.220.119.196 with SMTP id a4mr203721vcr.19.1348664250614; Wed, 26 Sep 2012 05:57:30 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.18.212 with HTTP; Wed, 26 Sep 2012 05:57:10 -0700 (PDT) From: Robert Kjettrup Date: Wed, 26 Sep 2012 14:57:10 +0200 Message-ID: Subject: expression for facing away layers in precomp To: After Effects Mail List Content-Type: multipart/alternative; boundary=bcaec54ee94e9442a804ca9a5dc5 X-Gm-Message-State: ALoCoQmiFalRLcB1CBJiZPv/w1+ouZQmwc/nQn+KrvRk7ZvKeooVuB/TEBQvbAG0rF9JPx4Z3hDF --bcaec54ee94e9442a804ca9a5dc5 Content-Type: text/plain; charset=ISO-8859-1 Hi I am using this expression to make the layers that face away from the camera be invisible. if (toCompVec([0, 0, 1])[2] > 0 ) value else 0 (found via Dan's site here: http://www.motionscript.com/design-guide/invisible-facing-away.html) But when i use the comp as a precomp with continious rasterize option turned on, the 3d layers that i has the expression ofcourse don't respect the camera in the master comp. Is it possible to write an expression that uses the display camera in the master comp that affects the opacity og the 3d layers in the continious rasterized precomp? Robert Kjettrup / Grafiker / STV Mayday Mobil: 25 18 95 16 Mail: robert@stvmayday.dk --bcaec54ee94e9442a804ca9a5dc5 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi

I am using this expression=A0to make the layers that = face away from the camera be invisible.=A0

if (toC= ompVec([0, 0, 1])[2] > 0 ) value else 0=A0

But when i use the comp as a precomp with continious ra= sterize option turned on, the 3d layers that i has the expression ofcourse = don't respect =A0the camera in the master comp. Is it possible to write= an expression that uses the display camera in the master comp that affects= the opacity og the 3d layers in the continious rasterized precomp?


Robert Kjettrup / Grafiker / STV Mayd= ay
Mobil: 25 18 95 16
Mail: robert@stvmayday.dk
--bcaec54ee94e9442a804ca9a5dc5--