Re: [OTish] After Effects slate script/plugin ?
| Date : Thu, 8 May 2008 10:07:37 +0100 (BST) |
| To : <XSI(at)Softimage.COM> |
| From : cristobal infante <cristobal.infante(at)primefocusworld.com> |
| Subject : Re: [OTish] After Effects slate script/plugin ? |
|
I've got a little expressions that may just be what your are looking for. 1) Go to AE get a new text layer 2) with this layer selected go to Animation > add _expression_ . 3) You will see you have an _expression_ box on the source of your text. Now put this code inside the box: -------------------------------------------------------------- txt = ""; for (j = 1; j <= thisComp.numLayers; j++){ if (j == index) continue; L = thisComp.layer(j); if (! (L.hasVideo && L.active)) continue; if (time >= L.inPoint && time < L.outPoint){ { txt = L.name } break; } } txt ----------------------------------------- This code will display the name of the layer directly underneath it. So put all comps under one big comp and sitck this layer on the top. Hope it helps Best, Cristobal
This e-mail may contain confidential information and is intended only for the person to whom it is addressed. If you are not the intended recipient you may not distribute or copy this document in any manner whatsoever. The sending company does not accept liability for any damage, loss or expense arising from this e-mail or from accessing attachments. please consider the environment before printing this email
|
- References:
- Re: [OTish] After Effects slate script/plugin ?
- From: "Byron Nash" <byronnash(at)gmail.com>
- Re: [OTish] After Effects slate script/plugin ?
| DATE: | << | >> | THREAD: | << | >> | INDEX: | Main | Thread |
|---|
- Previous by Date: [script] How do you return anything from a c# command to jscript?
- Next by Date: [script] How do you return anything from a c# command to jscript?
- Previous by Thread: [script] How do you return anything from a c# command to jscript?
- Next by Thread: [script] How do you return anything from a c# command to jscript?
- Index(es):
| Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available. |