Forum Replies Created

  • Roby Kiss

    October 16, 2014 at 1:38 pm in reply to: 2 timeline viewers

    hmm i can lock the viewer and edit from there (i`m so noob) :\

  • Roby Kiss

    June 26, 2012 at 7:06 am in reply to: after effects 3d camera tracker

    i imported my files from my local disk … nothing to do with ppro or other aplications

  • Roby Kiss

    December 11, 2011 at 11:14 am in reply to: comp seletion and layers

    ae scripting tutorials are smashed up but i finally managed something:

    var selectedComps = new Array();

    if (app.project != null)
    {
    var selectedItems = app.project.selection;

    for (var i = 0; i < selectedItems.length; i++)
    {
    projItem = selectedItems[i];
    if (projItem instanceof CompItem)
    selectedComps[selectedComps.length] = projItem;
    }
    }
    var myLayer = selectedComps[0].layer(5) ;
    // for layer 5 i have the path: [File] /e/Picture1.gif
    how can I replace it with: /e/Picture2.gif ?

  • Roby Kiss

    November 25, 2011 at 8:18 pm in reply to: file size

    thanks for replaying
    I use sony vegas for final product.

  • Roby Kiss

    November 19, 2011 at 10:18 pm in reply to: checkbox expression

    thanks it work 😀

  • Roby Kiss

    November 19, 2011 at 7:51 pm in reply to: checkbox expression

    yes there are many ways to do it and easier with other expression (slider, …), but I wanted to know if for example:

    I have a layer with an Effect “Black & White” and I have an “Adjustment Layer” with “Checkbox Control” .
    I want when Checkbox is tick “Black & White” else to be off

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