Mylenium
Forum Replies Created
-
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
-
That would be the cell pattern filter.
Mylenium
[Pour Myl
-
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
-
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
-
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
-
[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
-
[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
-
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