Forum Replies Created

Page 245 of 285
  • Mylenium

    December 8, 2005 at 4:40 pm in reply to: Conditional expression problem

    You can use the .active property, but it’s not the best solution. I would create a custom checkbox control on your dummy layer – this is much cleaner, especially in case you decide to add more custom controls later on. You could attach them all to this one layer instead of cluttering your timeline with multiple Null objects. Other than that, you should learn what brackets are for… Your expression does not work because there is no separation between the condition and the actual function. It should like that:

    TOGGLE = comp(“ToggleComp”).layer(“NullObject”).active;
    if (TOGGLE = 1){100}
    else {0};

    For reasons of efficiency I replaced “true” with “1”.

    Mylenium

    [Pour Myl

  • Mylenium

    December 8, 2005 at 12:22 pm in reply to: Crystallize in AfterEffects

    That would be the cell pattern filter.

    Mylenium

    [Pour Myl

  • Mylenium

    December 6, 2005 at 9:01 am in reply to: expression advice

    You can try to use the .smooth method. I can’t recall exactly, since I rarely use it, but should be something like that:

    seedRandom(13,true);
    my_wiggle=wiggle(1,30);
    my_smooth=my_wiggle.smooth(5,10);

    [my_smooth]

    Mylenium

    [Pour Myl

  • Mylenium

    December 6, 2005 at 9:01 am in reply to: expression advice

    You can try to use the .smooth method. I can’t recall exactly, since I rarely use it, but should be something like that:

    seedRandom(13,true);
    my_wiggle=wiggle(1,30);
    my_smooth=my_wiggle.smooth(5,10);

    [my_smooth]

    Mylenium

    [Pour Myl

  • Mylenium

    December 5, 2005 at 9:38 pm in reply to: After Effects 7.0

    You won’t be getting any info on it, until Adobe decide it’s ready for release. It’s as simple as that. Everything else is just speculation and makes the natives restless, so please restrain yourself from bringing up this topic. As a visitor of the COW you can be sure to be one of the first to know when the new version is out – after all, this is one of the greates AE communities, if not the largest at all.

    Mylenium

    [Pour Myl

  • Mylenium

    December 5, 2005 at 10:36 am in reply to: Supported features for SWF export

    [Adrian Germain] “Is there any other solution? I mean, there is not any posibility to export vectorial pre composed comps to flash?
    Sorry for my english.”

    No, there isn’t. This is inherent in AEs render pipeline. It simply doesn’t see the vector data any more once it has calculated the pixel buffer. More specifically it cannot access the knots/ vertices on your masks etc to store them in vector data that can be used for Flash.

    Mylenium

    [Pour Myl

  • Mylenium

    December 5, 2005 at 10:36 am in reply to: Supported features for SWF export

    [Adrian Germain] “Is there any other solution? I mean, there is not any posibility to export vectorial pre composed comps to flash?
    Sorry for my english.”

    No, there isn’t. This is inherent in AEs render pipeline. It simply doesn’t see the vector data any more once it has calculated the pixel buffer. More specifically it cannot access the knots/ vertices on your masks etc to store them in vector data that can be used for Flash.

    Mylenium

    [Pour Myl

  • Mylenium

    December 4, 2005 at 7:41 pm in reply to: Ayato Example.52: Particle PhotoPrint

    This is no flare. It’s a simple line with a blue Glow. If you want to use a flare plugin, this is the effect commonly refered to as anamorphic streak.

    Mylenium

    [Pour Myl

  • Mylenium

    December 4, 2005 at 7:36 pm in reply to: Expression – link clip time to camera Y rotation ?

    A while ago someone did something similar. Try and look for keywords such as turntable with the search function. I’m sure it can be found easily.

    Mylenium

    [Pour Myl

  • Mylenium

    December 4, 2005 at 7:36 pm in reply to: Expression – link clip time to camera Y rotation ?

    A while ago someone did something similar. Try and look for keywords such as turntable with the search function. I’m sure it can be found easily.

    Mylenium

    [Pour Myl

Page 245 of 285

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