Тёмный

After Effects Expressions 303 - Arrays 

Animoplex
Подписаться 38 тыс.
Просмотров 25 тыс.
50% 1

Опубликовано:

 

17 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@ObscureHedgehog
@ObscureHedgehog 6 лет назад
The quality of content in this channel is NUTS! 💯
@Animoplex
@Animoplex 6 лет назад
Thanks for the praise! Quality is my top priority.
@avnishsingh4950
@avnishsingh4950 6 лет назад
brilliant! keep em coming
@Animoplex
@Animoplex 6 лет назад
You got it! More coming in the next couple of weeks, recording this weekend and edits will come shortly after.
@Ken-kj3yq
@Ken-kj3yq 3 года назад
Awesome, keep it up!
@Animoplex
@Animoplex 3 года назад
Thanks, will do!
@flutterlight5823
@flutterlight5823 3 года назад
just amazing content. one thing, while are talking, also are controlling the animation flow, how do you do control that? please!
@Animoplex
@Animoplex 3 года назад
Can you elaborate what you mean by animation flow?
@hasanalasim
@hasanalasim 3 года назад
@@Animoplex I mean, how do maintain both animations and voice in videos? do you record voice first then create the animation according to what you're saying like that??
@angelmolinalopez9997
@angelmolinalopez9997 5 лет назад
I'm looking for an answer to something in particular. What about the array indexOf? Doesn't work in AE.
@Animoplex
@Animoplex 5 лет назад
Not sure it’s supported. Have you tried in the new CC19 expression engine? Might be worth a look. What are you trying to accomplish with indexOf? There may be an alternative workaround.
@angelmolinalopez9997
@angelmolinalopez9997 5 лет назад
@@Animoplex I've been looking for some information and, indeed, it's a unsupported feature. Eventually, I realized I could simplify my expression but it's a bit stupid that this feature is not included. At least in my version.
@Animoplex
@Animoplex 5 лет назад
Glad you got a workaround figured out. Put in a feature request for the AE team :)
@Yashkovskiy
@Yashkovskiy 6 лет назад
Posted in Motion Lovers Facebook Group facebook.com/groups/motionlovers/
@Animoplex
@Animoplex 6 лет назад
Thanks for bringing this to my attention, I'll check it out!
@TrEndFeVeR22
@TrEndFeVeR22 2 года назад
so i still dont get what array is used for? why we use square brackets not parenthesis or uhh round brackets. i dont get people who knows how to code. they are not very straight forward to udnerstand.
@Animoplex
@Animoplex 2 года назад
Square brackets surround array indices, and that's part of the ActionScript and JavaScript syntax. Parenthesis and curly brackets are also used for specific purposes. At the end of the day, they are all tools you can use to make coding easier. If you want to learn more about the syntax and why these were chosen, a fundamental JavaScript course might helpful. Hope this helps!
@richochet
@richochet 2 года назад
Hey thanks! What is the control layer? How do I recreate it?
@Animoplex
@Animoplex 2 года назад
You're welcome! You can create a control layer using a Solid, a Null, or a Shape layer. There's not really a specific Control layer, you can choose how you make one!
@richochet
@richochet 2 года назад
@@Animoplex Thank you!
@andydreadsbmx
@andydreadsbmx 5 лет назад
Can someone explain to me why if I use a wiggle it breaks my expression(this being a 2d layer). Example Below; wig = wiggle(2,250); [value[0], value[1] + wig] Thanks in advance for any help, just trying to understand why it breaks. I know I can do the following for it to work but not sure why it works. wig = wiggle(2,250); [value[0], wig[1]]
@Animoplex
@Animoplex 5 лет назад
In your example, you'll have to specify the index of wiggle that you'd like to use. Right now, you are creating a variable called wig but not referencing it in your expression. Wiggle also outputs the same number of dimensions as the property it's applied to, so make sure to include [0] or [1] after wig. You'll want to change this line: [value[0], value[1] + wiggle] to this: [value[0], value[1] + wig[1]] Hope this helps!
@andydreadsbmx
@andydreadsbmx 5 лет назад
I think i figured it out, correct me if I'm wrong. I cannot add a the wiggle because its modifying a value and does not actually have a value to add.
@Animoplex
@Animoplex 5 лет назад
That is correct, you'll want to add something other than value to affect it, either a Slider Control or reference to another property. Just make sure you reference wig (instead of wiggle) in your expression from earlier and be sure to include the right index [0] or [1] or [2] depending on the wiggle value you want to manipulate.
@andydreadsbmx
@andydreadsbmx 5 лет назад
That makes sense, thanks for the quick reply!!
@nikolasgarcianikomanga
@nikolasgarcianikomanga 4 года назад
Hi, is there a way to get the length of and array? I tried with position.length but it does not work. Apparently it only works with texts.
@Animoplex
@Animoplex 4 года назад
Try: position.value.length
@nikolasgarcianikomanga
@nikolasgarcianikomanga 4 года назад
@@Animoplex thank you !!
@Dinesh66263
@Dinesh66263 4 года назад
how to separate dimensions for scale......?
@Animoplex
@Animoplex 4 года назад
Pay attention at 1:05 in the video. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-w1yWv8w-WG8.html
Далее
After Effects Expressions 304 - 2D & 3D Position
11:00
After Effects Expressions 302 - Advanced Numbers
11:07
ДОМИК ДЛЯ БЕРЕМЕННОЙ БЕЛКИ #cat
00:38
Семья с двойным дном. Рассказ
2:45:06
After Effects Expressions 301 - Numbers
8:18
Просмотров 26 тыс.
After Effects Expressions 401 - Useful Expressions
17:52
Marker Remap: Stop Keyframing Start Remapping
19:17
Просмотров 8 тыс.
linear(); | After Effects Expressions
18:02
Просмотров 48 тыс.
After Effects Expressions 405 - External Code & JSON
15:26
How Ray Tracing Works - Computerphile
20:23
Просмотров 89 тыс.
After Effects Expressions 308 - Controls
9:10
Просмотров 34 тыс.
After Effects Expressions 402 - Powerful Expressions
20:07