How to Use the Dropdown Menu in After Effects

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 115

  • @NerdSyncProductions
    @NerdSyncProductions Před 4 lety +22

    Thank you for not just saying what works, but actually explaining why things work or don't work. This is stuff I wish I knew when I was first learning.

    • @ukramedia
      @ukramedia  Před 4 lety +1

      Thank you for your kind words, NerdSync!

  • @fernsehdesign
    @fernsehdesign Před 2 lety +2

    Finally some real professional who does not assume everybody is born as a coder, too. I wish Adobe would explain stuff the way you do. Thanks for that.

  • @AntonKrinichniy
    @AntonKrinichniy Před 4 lety +10

    You're not overexplaining! I've got 0 knowledge in coding. And the way you explain it is probably the only way to explain it to me. Yep, as if I'm 7. Thanks a lot!

  • @sarahmills3989
    @sarahmills3989 Před 2 lety +1

    i watched so many videos trying to get my drop down to change the color value of a layer and was getting so frustrated. you solved my problem in 2 minutes of scrubbing and watching your code. THANK YOU

  • @tiotito31
    @tiotito31 Před 3 lety +2

    You're the only person I've been able to find on the internet that bothered explaining what the semicolon is in the expression language. Thank you so much. The detailed explanation helps people learn more thoroughly and quickly.

  • @GarrickEnright
    @GarrickEnright Před 4 lety +2

    I've said it time and time again - Thank you for explaining this to me like i'm a 5-year old. I finally get this.

  • @dozypawz
    @dozypawz Před 11 měsíci

    Where was this video when I was first starting coding. Honestly this has helped me understand scripts so much more.

  • @BaileyBurritt
    @BaileyBurritt Před 4 lety +2

    Thanks, Serg. Honestly, you just cemented the concept of if-else statements for me. I knew them and could create and work with them, but it never clicked like that before. Love your work.

    • @ukramedia
      @ukramedia  Před 4 lety +1

      Wow. That's great to hear, Bailey! Thanks for watching the video!

  • @mindsize
    @mindsize Před 4 lety +1

    I keep coming back to this video. It's hands down the best video on hooking up menus. Thank you Ukramedia

  • @tiotito31
    @tiotito31 Před 3 lety +1

    For those having trouble, here's another way he's describing it. This is like algebra. When you're using the term "dropmenu =" it's essentially saying "x equals" where x can be any variable. In this case you're saying dropmenu equals an address: the composition, layer, and effect value. That way instead of having to write the full address in your coding, you can just write "dropmenu"

  • @nickwoolgarfilms
    @nickwoolgarfilms Před 2 lety +2

    Only just discovered your channel but your AE tutorials are far and away the best I've seen. Your explanations are so clear, you make expressions and coding make sense in such logical terms. Fantastic work!

  • @NicolasSeijas
    @NicolasSeijas Před 3 lety +1

    Thank you, im doing a map pick overlay for a csgo tournament and this tutorial is all that a needed to make the editable file much easier to work for the editors.

  • @processandbeing
    @processandbeing Před rokem

    Thank you so much! I was 75% thru figuring out how to use this for a client and you got me the rest of the way. My code was just a little off. Love your channel and story!

  • @RoiDeMai
    @RoiDeMai Před 4 lety +3

    Thanks a lot, Sergei!
    The information you provide is quite rare on CZcams. Please keep it up ;)

    • @ukramedia
      @ukramedia  Před 4 lety

      Thank you for your kind words, Eugene!

  • @TomMcGuigan-qr9jt
    @TomMcGuigan-qr9jt Před 10 dny +1

    thank you dude!

  • @shabbirmerchant7678
    @shabbirmerchant7678 Před 3 lety

    Its great to learn with a tutor who works in Industry. Tips and tricks are nice but efficient tips and tricks are great. Thank you.

    • @ukramedia
      @ukramedia  Před 3 lety

      Glad it was helpful, Shabbir!

  • @ronnyt5914
    @ronnyt5914 Před 2 lety +1

    very handy feature, thanks

  • @user-yy1uk4xe4u
    @user-yy1uk4xe4u Před 2 lety +1

    A very useful lesson. Thank you very much! You are the best! Special congratulations to Sergey, health and all the best!

    • @ukramedia
      @ukramedia  Před 2 lety

      Thank you for your kind words, Евгений!

  • @GregPlatt
    @GregPlatt Před 6 měsíci

    So helpful! Thank you for explaining as always!

  • @nyakahumaronald
    @nyakahumaronald Před 4 lety +5

    This is totally helpful, the way u explain is pretty legit, if
    u don't mind show us some more advanced rigging. Thank you

  • @edgarciagal13
    @edgarciagal13 Před 3 lety +1

    excellent video, now you have a new subscriber

  • @LinKaaxMu
    @LinKaaxMu Před rokem

    Very useful tutorial! Thank you!! 👏

  • @dzignerdigital3331
    @dzignerdigital3331 Před 2 lety +1

    You are a legend !

  • @igorturok1228
    @igorturok1228 Před 5 měsíci +1

    This is amazing, thank you Sergei

  • @Georgie-M
    @Georgie-M Před 3 lety +1

    I've been looking for something like this all night! thank you so much - way tidier than what I initially thought the solution was too!

  • @Chapelhillmedia
    @Chapelhillmedia Před 4 lety +2

    Good tutorial. It may help code newbies to understand that list items, such as your "dropMenu", are numbered just like you would count them (1, 2, 3, 4). Arrays, such as your "teamNames" can be thought of as a city block. The array name designates the top of the block, and the supplied index indicates how far down the block you want to go. Imagine houses on a street. If you are standing on the corner and you want to go to the location of the first house (on the corner), how many houses down do you need to go? Zero. Therefore, teamNames[0] is the location of the first item ("One"); teamNames[1] is the location of the next item (One house away from the corner). Please forgive the hijacking of your comments for a bonus lesson. :)

  • @daneclassen5366
    @daneclassen5366 Před 2 lety +1

    This was a great tutorial. I managed to take this info and then use a rbg decimal array to tie a specific color to a value in the dropdown expression.
    var dropMenu = comp("Main Comp").layer("Expressions Controllers").effect("Dropdown Menu Control")("Menu").value;
    var bColor = [.1569, .2235, .3412, 1];
    var rColor = [.7294, .0196, .0588, 1];
    var r2Color = [.9255, .1255, .1529, 1];
    if (dropMenu == 1) {
    color = bColor
    }
    else if (dropMenu == 2) {
    color = rColor;
    }
    else if (dropMenu == 3) {
    color = r2Color
    }

  • @SkyScar7
    @SkyScar7 Před 4 lety +1

    Thanks Sergei! it makes changing artwork a lot easier!

  • @BigPixelBlues
    @BigPixelBlues Před 3 lety +1

    This was super helpful, bless you Sergei!

  • @markomilanov3860
    @markomilanov3860 Před 3 lety +1

    Thank you very, very, VERY MUCH!:')

  • @JonJagsNee
    @JonJagsNee Před 4 lety +1

    THANK YOU, SERGEI

  • @tommyallan9351
    @tommyallan9351 Před 4 lety +1

    You Legend, Sergei! Great work and thank you for teaching!!!

    • @ukramedia
      @ukramedia  Před 4 lety

      Thank you for your kind words, Tommy!

  • @davewoodhead2452
    @davewoodhead2452 Před rokem

    Thanks for taking the time, awesome tutorial.

  • @erans
    @erans Před 2 lety +1

    VERY informative and helpful. thanks!

  • @laurenroundy4717
    @laurenroundy4717 Před 4 lety +1

    Awesome as always. Thanks for great, to-the-point tutorials!

  • @solovyovslava
    @solovyovslava Před 4 lety +1

    Thank you very much, Sergey! A very useful tutorial!

  • @shakils1921
    @shakils1921 Před 4 lety +1

    Amazing work.

  • @noicerone
    @noicerone Před 3 lety

    Saved it for later!

  • @_nui_
    @_nui_ Před 4 lety +1

    Thanks for this video! Really helped me out

    • @ukramedia
      @ukramedia  Před 4 lety

      That's great to hear, Nicholas! I'm glad you found it useful!

  • @sergedruz7261
    @sergedruz7261 Před 4 lety +1

    Thank you, Sergei, it's a great tutorial.

  • @jurizx7985
    @jurizx7985 Před 4 lety +1

    Hi Sergei, this tutorial is really good like usual...THX :))

  • @chrishooper7179
    @chrishooper7179 Před 4 lety +1

    Please show your workflow tips for taking 3d sports graphics and compositing team names and colors in AE! Always looking for new ways to do things! love your tutorials and even did your 3D Sports Bumper course on your website. Keep up the great work!

  • @xfundesign7279
    @xfundesign7279 Před 4 lety +1

    It´s working ! thank you a lot for your tips and tricks in after effect and blender as well... :))

    • @ukramedia
      @ukramedia  Před 4 lety

      Thank you for watching my tutorials!

  • @sosweis
    @sosweis Před rokem

    life changer , thanks

  • @maureis
    @maureis Před 4 lety +1

    Great video!! congrats. Please feed us with more

  • @iamdrewinla3557
    @iamdrewinla3557 Před 4 lety +2

    Great help! Thanks! Would love to see it rigged in Premiere.

  • @goranthoren5522
    @goranthoren5522 Před 4 lety +1

    Awesome stuff!
    Def show us some more advanced rigging!

  • @GajuKharche
    @GajuKharche Před 4 lety +1

    great tutorials thanks

  • @davidlwinegar
    @davidlwinegar Před 3 lety +1

    Thank you! This was amazing!

  • @acalsmo
    @acalsmo Před 4 lety +1

    Thank you man!

  • @alinarangi7826
    @alinarangi7826 Před 4 lety +1

    awesome...!

  • @sudeshprathap
    @sudeshprathap Před 4 lety +1

    You are GREATTT! :D

    • @ukramedia
      @ukramedia  Před 4 lety

      Thank you for your kind words, Sudesh!

  • @brokenstudiotv
    @brokenstudiotv Před 2 lety +1

    Thanks for the tutorial!
    I have a question, is there a way to grab the String text from the selected item on the list?
    To be more specific, I am trying to setup a Dropdown Menu Control with a bunch of Comp Names, so that for example when I want to access the position of a certain layer from a specific Composition, all I have to do is change the value on the Dropdown Menu so that it references the "String" from that value and in turn gives us the name of that composition.
    I hope this makes sense, here's an Example of the Expression:
    compName = effect("Dropdown Menu Control")("Menu") - Somehow this has to reference the "String" of the item selected and not the value.
    comp(compName).layer("Control").effect("Position")("Point"); - This would then use the compName variable to reference that specific composition's name.

  • @madebyhaych5925
    @madebyhaych5925 Před 3 měsíci

    Beautifully explained. Thanks for the upload.
    Have a question though. I worked with a file recently that had two Dropdown Menus, One for the 'Home' Team, a second for the 'Away'. Both referenced logos from only one 'Team Logo' Comp, but each displayed as the selected team from either Dropdown.
    I tried to read through the expression but it contained Pseudo in the code.
    Do you have an idea how this was accomplished?

  • @NetoMotion
    @NetoMotion Před 2 lety +1

    thanks

  • @evaristphi
    @evaristphi Před 4 lety +1

    thank you Sir sergei

  • @adiraimaji
    @adiraimaji Před 4 lety +3

    Is there any way to add items to Dropdown Menu using expression??

  • @BLXKMNTN
    @BLXKMNTN Před 3 lety +1

    THank you! This was a great learning experience.
    Question though: When keyframing a dropdown, it sticks to that keyframed dropdown menu item. Further in the composition I'd like to keyframe the menu item to some other item, but it stays showing me the results of the first menu item.
    Help please?

  • @josephb1884
    @josephb1884 Před 4 lety +1

    Question - Is it possible to use a .csv or .tsv to change the value of the dropdown to help automate the process of creating these animations rather than do it all manually? I have tried manipulating the dropdown using my limited knowledge of JavaScript, but I can't quite get it to work.
    Also - Thanks for all of the videos. You have no idea of the positive impact they have made on me. :)

  • @fuddyduddy306
    @fuddyduddy306 Před 2 lety

    It's very useful, thanks.
    How would you set one team name on 2 lines? If one team had a longer name for example.

  • @kanadiou
    @kanadiou Před 4 lety +1

    Nice !
    on other video you tell you can change duration ;)
    it would be a nice trick in video !

    • @ukramedia
      @ukramedia  Před 4 lety +2

      Thanks for the feedback! I'll have to do a tutorial on that soon.

  • @martinvanhouten
    @martinvanhouten Před 2 lety +2

    Thank you for another great tutorial!
    Still though, there's one question driving me crazy: Is there any possibility to extract the text string from the item names to use them? In your example you were forced to write the team names twice: once in the menu for interface intentions and once in the expression for the actual name shown on the canvas.
    When you released this video 2 years ago, there seemed to be no solution for this issue. Has this changed in the meantime?
    Best regards and keep rocking :)

    • @Leonidas909
      @Leonidas909 Před 2 lety

      I came here to see if this was solved in the video, it is not...

  • @bobvictor1962
    @bobvictor1962 Před 3 lety

    Great video - but I’m having a problem. Followed your instructions and created a control layer and linked every layer in the separate precomp (for mouth sprites); in the precomp, everything works. In the original comp, I made key frames and can see the changes in the composition panel. But when I run it, the mouth sprites do not change. They do change in the precomp but not in the comp. any thoughts?

  • @rotationmagnum
    @rotationmagnum Před rokem

    Hello, great tutorial. thanks a lot ! I'm trying to figure out, what happen if we have multiple copy of the same composition in the same main comp. For me impossible to toggle each of them separately, Any idea ? thanks (i'm bad at code)

  • @suancho
    @suancho Před 7 měsíci

    Thanks! I have a huge list and it will change. I couldn't access the key-value property to make it dinamic. I can only see the value of the dropdown. Do you know how to change the list items name with expressions?

  • @daviddelayat-dnapictures
    @daviddelayat-dnapictures Před 4 lety +2

    Hey Sergei !
    Hope you're doing well.
    Is there a way to fill a dropdown menu with a .csv file ?
    I can make a script with ES, but if there's something built in it'd be great !

  • @cardermedia
    @cardermedia Před měsícem

    Hi, could I please ask - how do you change text colour with drop-down menus? I’ve been searching for hours and no-one has talked about it online. Hope you can help 👍🏻

  • @11305205219
    @11305205219 Před 3 lety +1

    14:52 maybe teach how to import that in premiere

  • @DemoSin
    @DemoSin Před rokem

    You solved my problems good sr! Have a like and subscribe

  • @T_Armstrong
    @T_Armstrong Před 4 lety +1

    Great tutorial. Does anyone know why keyframing doesnt work? As soon as I start to keyframe the dropdown menu, the expression gets killed. comes back when I delete all keyframes.

  • @doguztv
    @doguztv Před rokem

    Hi. One thing i have trouble with when learning this type of thing is what is a variable and what is an After Effects command. Since both in your example is using camelCase. I wonder if it would make it a whole lot simpler if you started to make all your variables UPPERCASE. Just so we know it's a variable and not a AE command.

  • @goodfellas6590
    @goodfellas6590 Před 2 lety

    Hello there! Could you tell me? For example, I want the opacity of one layer to be tied to several Dropdown Menu items! In this lesson, a Dropdown Menu item is attached to each layer! This is so that , for example , the opacity level is broken down by Dropdown Menu items ! Thanks

  • @jo.da.6240
    @jo.da.6240 Před 2 lety

    This was a very helpful tutorial, thanks so much! Just on question: In case I animated the layer's opacity in the pre-comp, is there a way to keep the keyframes because if I use your expression the layer's opacity is either 0 or 100. Is that possible?

  • @shozibdesign9403
    @shozibdesign9403 Před 3 lety

    If I want Drop Down menu for the null object "scale control"
    Like: Drop Down menu 1= Scale 50%
    Drop Down menu 2= Scale 100%

  • @DinuGranaci
    @DinuGranaci Před 4 lety +1

    Thank you very mutch Sergei. What is the name Victoria Niss?

    • @ukramedia
      @ukramedia  Před 4 lety

      Thank YOU, Dinu! Victoria Nece is the Product Manager for motion graphics and visual effects at Adobe. In a previous life, she was a motion designer for documentaries, as well as a developer of scripts and extensions for After Effects

  • @nathitappan
    @nathitappan Před rokem

    Dropdown menus driven by other dropdown menus?
    I'm currently setting up a template that involves 8 different teams with 8 players each. I'm used to the dropdowns driven by opacity and/or lists, but I was curious if you have a good trick to tie one line from a dropdown to drive what is available on the second dropdown.
    This is what I mean:
    First dropdown: Team Name (that'll drive colors, and logos).
    Second dropdown: Team Player (that'll drive player's name and photo).
    What I'm trying to accomplish is streamlining the second dropdown. Instead of having over 60 names in it with dividers per team, I was hoping to having only displayed the applicable team's players when the first dropdown is used. Does that make sense? I'll keep searching, but I thought I'd ask here too!
    Thanks for any insight!

  • @licivarolo
    @licivarolo Před 4 lety +1

    Hi Segei. Great video! Whats the name of the "after effect legend" that yo named in the video? Victoria ...? Does she have a CZcams chanel?
    Thanks!

  • @AjeetSinghMotion
    @AjeetSinghMotion Před 4 lety +1

    please upload this team rig video...

  • @gugaestrada
    @gugaestrada Před 2 lety

    hey, you metioned about Victoria, what´s her social media conecctions?

  • @muhamadbagus9327
    @muhamadbagus9327 Před 2 měsíci

    how to change setFont if we use Dropdown menu

  • @goodfellas6590
    @goodfellas6590 Před 2 lety

    Здраствуйте! Не могли бы подсказать? Я например хочу чтобы непрозрачность одного слоя была привязана к нескольким пунктам Dropdown Menu! В этом уроке для каждого слоя привязывается свой пункт Dropdown Menu! Спасибо !

    • @goodfellas6590
      @goodfellas6590 Před 2 lety

      Это для того чтобы например уровень непрозрачности был разбит по пунктам Dropdown Menu

  • @josearcentales2899
    @josearcentales2899 Před rokem

    How isn't there a way to directly refer to the text in the dropdown through expression? I know it's simple once you get the hang of it but let's say i need to add another item, then i also need to edit the expression to manually add that item. It almost takes away the benefit of having a dropdown

  • @BorsukLIVE
    @BorsukLIVE Před 4 lety

    value.name?

  • @stickerman8247
    @stickerman8247 Před 2 lety +1

    g.o.a.t

  • @zulfiquarabbas3933
    @zulfiquarabbas3933 Před 4 lety +1

    This Tutorial was helpful but it was confusing because you named them one, two, three, four

  • @viruxx
    @viruxx Před 3 lety

    Awesome explanation! Thank you very much!

    • @ukramedia
      @ukramedia  Před 3 lety +1

      Glad it was helpful, Frederik!