Forum Replies Created

Page 3 of 7
  • Tom Ma

    May 11, 2012 at 4:43 am in reply to: Lines connecting images in AE (Plexus? Particular?)

    AE plugin yanobox nodes does exactly what you are looking to do.

    https://www.yanobox.com/Nodes

    good luck.

  • Tom Ma

    May 10, 2012 at 8:53 pm in reply to: fractal noise

    traveling from center point outwards in radial direction.

  • Tom Ma

    February 17, 2012 at 3:00 am in reply to: selective depth of field?

    without a workaround, no. If it’s a 3D layer, and camera DOF is on, it gets what the camera is set to.

    workarounds:
    render without object you want in focus, then
    render again with object solo’d and cam DOF turned off. (comp’ing and mattes might be needed to pull off, dunno your scene)

    make your layer you want sharp, not a 3D layer and “fake” whatever about it would happen in 3D space. again, don’t know your scene, might work, might not.

  • Tom Ma

    February 16, 2012 at 2:11 am in reply to: Script to turn on/off all layers…

    I did find this script (below) it turns off all guide layers project wide.

    now if I could only change the script to turn off all layers of a certain label color, rather than guide layers.

    for (var h=1; h <= app.project.numItems; h++)
    if (app.project.item(h) instanceof CompItem)
    for (var i=1; i <= app.project.item(h).numLayers; i++)
    if (app.project.item(h).layer(i).guideLayer) app.project.item(h).layer(i).enabled = false;

    (& obviously I could change = false to = true to turn the layers back on.)

  • Tom Ma

    February 16, 2012 at 1:58 am in reply to: Script to turn on/off all layers…

    thanks Walter.. and great script. I tried the demo, however some of the layers are not text, rather images related to the other language.

    I haven’t found anything that will work.. kinda surprised it has never come up.. seems like a common type of task.

  • Tom Ma

    February 14, 2012 at 9:23 pm in reply to: Script to turn on/off all layers…

    Thanks Kevin.. yep, I posted in aeenhancers as well.
    also looked at zorro.. it is good, but cannot operate project wide, only active comp it seems.

    seems like a pretty common thing.

  • Tom Ma

    January 20, 2012 at 10:14 pm in reply to: simulate LED signage

    Thanks mucho!

  • Tom Ma

    December 21, 2011 at 7:26 am in reply to: Masking

    use the paint tool.
    in the paint menu, under duration, select “write on”
    2 keyframes will be created for the start and end of your stroke.

    The pain tool is pressure sensitive, and works really nice.. give it a whirl.

  • Tom Ma

    December 19, 2011 at 10:33 pm in reply to: Multiprocessing disabled: incompatible expression or effect

    that is good to know. Are the other limitations also removed.
    (I forget the exact effects, but there were a handful.)

  • Tom Ma

    December 15, 2011 at 4:19 pm in reply to: Multiprocessing disabled: incompatible expression or effect

    I have it!
    nice tip, thx.

Page 3 of 7

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy