Search found 36 matches
- November 21st, 2008, 3:47 pm
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
Thanks again, I'll check it right now.
- November 21st, 2008, 10:58 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
Hi again,
I'm using your script on a project that's been made by three different people. The problem I have is that the script runs on every layer and I have some layers for wich I want to control the outpoint. Is it difficult to have the script run only on selected layers ?
Thanks,
Salvador
I'm using your script on a project that's been made by three different people. The problem I have is that the script runs on every layer and I have some layers for wich I want to control the outpoint. Is it difficult to have the script run only on selected layers ?
Thanks,
Salvador
- November 14th, 2008, 6:21 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
Thanks.
Everything works fine now. I was trying to understand your script and couldn't understand that line.
Now antoher (stupid ?) question : does AE calculate 3d layers that are not in the field of view, for example layers behind the camera as it moves ?
Everything works fine now. I was trying to understand your script and couldn't understand that line.
Now antoher (stupid ?) question : does AE calculate 3d layers that are not in the field of view, for example layers behind the camera as it moves ?
- November 14th, 2008, 5:59 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
Hi,
Thank you very much.
I get an error on line 55
error message is : Unable to call "valueAtTime" because of parameter 1. Value is undefined.
Am I doing something wrong ?
Thank you very much.
I get an error on line 55
Code: Select all
var show = curLayer.opacity.valueAtTime(t,false);
Am I doing something wrong ?
- November 13th, 2008, 6:29 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
I know that if the layer drops the opacity to zero, and then raises again, the script would not notice that (the way it is written now), and will only trim the begining and end areas where the opacity is zero. It will not trim the middle area, and AE will render that area unnecessarily... Is that w...
- November 13th, 2008, 1:21 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
I'm using a Tint effect because I don't want the layers to become transparent as they go far from the camera, but to be affected by a "depth fog" simulated with the tint effect wich is linked to the background's color. I managed to use your script by adding the same expression I use for th...
- November 12th, 2008, 11:31 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
Thanks for the answers. I'll give it a try tomorrow. I guess this can't be a dynamic thing like an expression ?
- November 12th, 2008, 7:41 am
- Forum: Script requests
- Topic: Trim layers based on Opacity - save a lot of render time
- Replies: 20
- Views: 64180
Re: Trim layers based on Opacity - save a lot of render time
Hi, I'm trying your script but with a tweak : I don't want to trim the layers according to the layer's opacity but according to a percentage of a tint effect value. I've change two lines in the script from : if (curLayer.opacity.valueAtTime(t,false)>0) to if (curLayer.effect("Tint")("...
- April 25th, 2007, 12:15 am
- Forum: Paul Tuersley's Scripts
- Topic: AE to C4D
- Replies: 82
- Views: 791997
Hi Paul, This is very good news. It will give us a lot more flexibility. As soon as I'm back to my office I'll give your script a try with C4D 10. It seems that the exact same reasons brought us to C4D. I remember trying to do the same thing with 3DSMax and discovering that orientation and rotation ...
- January 25th, 2007, 10:06 am
- Forum: General Scripts Library
- Topic: BG Renderer
- Replies: 42
- Views: 170275
Set AE language
Hi,
I'm trying your script and it seem quite usefull but I use expressions and the default AE is set to french, so expression don't work. Where do I modify your script to tell him to launch english version of AE ?
Thanks,
Salvador Zalvidea
I'm trying your script and it seem quite usefull but I use expressions and the default AE is set to french, so expression don't work. Where do I modify your script to tell him to launch english version of AE ?
Thanks,
Salvador Zalvidea
- June 15th, 2006, 10:51 am
- Forum: General Scripts Library
- Topic: Compify 720x486 -- update for AE7 to allow adding Presets
- Replies: 18
- Views: 84668
Script modified : compify to 720x576 PAL settings
Hi, Thanks for this script. I currently need to output tons of files into 720x576 DV/PAL comps so I've slightly modified the script to output it correctly. *** EDIT : I've seen the original script from Byron Nash and it exactly does what I've modified, so, if this script isn't helpful, let me know a...
- June 10th, 2006, 2:33 am
- Forum: Script requests
- Topic: AE to C4D
- Replies: 13
- Views: 52428
- June 10th, 2006, 2:32 am
- Forum: Script requests
- Topic: AE to C4D
- Replies: 13
- Views: 52428
- June 9th, 2006, 4:42 pm
- Forum: Script requests
- Topic: AE to C4D
- Replies: 13
- Views: 52428
Yes, the idea is to write a coffee script in C4D. But to be honest, so far, I've only used simple expressions in AE and simple Xpresso in C4D. From AE to C4D by hand works quite well but it's not really fast : export data from AE, format it for C4D (this part involves a spreadsheet editor to invert ...
- June 8th, 2006, 3:59 am
- Forum: Script requests
- Topic: AE to C4D
- Replies: 13
- Views: 52428
AE to C4D
Hi, This is a copy of a mail I posted in the AE list : I would like to know if someone here knew how to write a script doing that : Take a layers 3D position data and format it this way : Original : Adobe After Effects 7.0 Keyframe Data Units Per Second 25 Source Width 768 Source Height 576 Source P...