How to Animate Faster - Hotkeys and scripts for animators

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

Komentáře • 65

  • @owenferny
    @owenferny Před rokem +12

    Editing goals

    • @ChesterSampson
      @ChesterSampson  Před rokem +3

      it's a lot of effort 😴- time to not make another video for 6 months

  • @ChesterSampson
    @ChesterSampson  Před rokem +9

    Here are a bunch of the custom scripts I used as hotkeys in this video so that you don't have to hunt them down yourselves: docs.google.com/document/d/1bKxSdwUv2HPfTpOt4Np4Bdwk4zB2OwjTGh_aacqUHQk/edit?usp=sharing

  • @reddaneali5997
    @reddaneali5997 Před rokem +1

    great video! we want to see more Hazel !

  • @karthiksai8654
    @karthiksai8654 Před rokem +2

    Great video please post more videos

  • @SupakAnimations
    @SupakAnimations Před rokem +3

    thanks a lot Chester! I miss your live streams on twitch ! you are amazing ✌

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      haha thanks, Maybe one day I should livestream again :D

  • @titimariangiusca
    @titimariangiusca Před rokem +3

    My name is Chester Sampson and I am the fastest animator alive. To the outside world, I am an ordinary animator. But secretly (not really), with the help of my friends and a cat, I fight the lack of public animation knowledge and find other passionate animators like me.
    - The Animator (a The Flash monologue parody)

    • @titimariangiusca
      @titimariangiusca Před rokem

      Also "cat views grabbing" 😼

    • @ChesterSampson
      @ChesterSampson  Před rokem

      🏃‍♂

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

      i immediately knew who u were parodying when i read and I am the fastest animator alive. i love the flash. amazing show

  • @babekmadatov8361
    @babekmadatov8361 Před rokem +2

    Thank you for informative video, Chester. Please, add some videos about your workflow (body mechanic)

  • @florentbinois9584
    @florentbinois9584 Před rokem +3

    Watched some of your videos, I wanted to say a huge thank you for the knowledge you share here. It's really helpful !🙏

  • @jtricker1614
    @jtricker1614 Před rokem +2

    thank you very much!

  • @TommyZambo
    @TommyZambo Před rokem +1

    I think you made my day. I'm constantly in search for shortcuts and ways to improve workflows and I didn't know about that tips to create new hotkeys. Thanks!

  • @petarpehchevski3d338
    @petarpehchevski3d338 Před rokem +1

    it still blows my mind to this day how you do it so quickly

  • @This_Guy-
    @This_Guy- Před rokem +2

    My hotkey set is pretty straight forward
    I use hot keys for
    Copy keys
    Paste keys
    Delete keys
    Playblast
    Jumping from frame to frame / key to key
    Isolate
    And yes my tablet on right my hotkeys on left ..... looks easy and silly but saves a lot lot of time and speed

  • @djhplaya117
    @djhplaya117 Před rokem +6

    Great video Chester! I would love to see a video where the focus is on your most used hotkeys, how they ease your workflow, and how you implament them in your animating process. I see that this video has some of that. It's not the main focus, and towards the end, you give us some insight into some of the hotkeys you use but not exactly explaining how all can be used to their full potential. Thanks again for the informative video. Subscribing

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      I think this is something I could do on a livestream sometime as it'll be a lot easier to show them all off, lookout for that in the future :)

    • @djhplaya117
      @djhplaya117 Před rokem +1

      @Chester Sampson O ok, I'm an old man when it comes to that lol I don't ever really jump on twitch. But if you make the video available on here, I'm all for it

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      @@djhplaya117 Yep It would also be available on youtube :D

  • @richstubbsanimation
    @richstubbsanimation Před rokem +1

    Some really useful tips here. I've never even thought of reducing down to half a keyboard!! Might have to try something this drastic to force myself to work faster 🤣

  • @IrocZIV
    @IrocZIV Před rokem +1

    I use a combination of a half keyboard and a Stream Deck. I like the Stream Deck for the things I don't use a bunch, but a hot key still speeds it up, that way I can have a label and don't have to memorize what the key does.

  • @SoSo-se8rk
    @SoSo-se8rk Před 7 dny

    Thankyou brother 👏👏✨

  • @AshT8524
    @AshT8524 Před rokem +1

    Did he say 6-8 sec per day!
    I'm barely able to do 4.
    Thanks for the video, I should totally add 4-5 more shortcuts that I've been thinking to add for years now

  • @shoaibakhtar4934
    @shoaibakhtar4934 Před rokem +1

    My face when blender already has almost all hotkeys already by default UwU

  • @Animoumou
    @Animoumou Před rokem +1

    Brilliant

  • @Displant
    @Displant Před rokem +1

    nice chester

  • @jmvadell79
    @jmvadell79 Před rokem +1

    damn! didn't know about this! 😄beautiful! following you!

  • @wlz3780
    @wlz3780 Před 9 měsíci

    Super helpful! thank you.
    and i wanted to ask about how you did the Micro Manipulator in Maya? is it the same function as holding Shift+rotate-scale-grab in Blender, right?

  • @Parisella
    @Parisella Před rokem +1

    I bought one of those programmable keypads BEFORE I even set my first key 'cause I was so particular about ergonomics. They thought I was mad, but now who's laughing!?

  • @kboogie2323
    @kboogie2323 Před rokem +1

    👀

  • @DragonNuts
    @DragonNuts Před rokem +2

    How would I go about making a hot hey to switch between my camera view and perspective view?

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      try this as MEL script -
      //Switch Perspective Cameras
      $currentCamera = `lookThru -q`;
      string $allCameras[];
      $allCameras = `listCameras -p`;// This will select perspective cameras only
      int $nextCamera;
      for($pos=0;$pos=size($allCameras)) $nextCamera = 0;
      lookThru $allCameras[$nextCamera];

  • @Crabnuts
    @Crabnuts Před rokem +1

    riot plushie cameo!

  • @The3Dsmash
    @The3Dsmash Před rokem

    Love these tips! I'm also a one handed Maya animator (use left half of Kinesis Edge split keyboard).
    I'm really curious about two of the scripts you're using.
    The first one that crops and uncrops the timeline seen @5:04 - I did a search and can't find that on the web. Is that one of animBot's features?
    The second is the scaling keys based on neighoring keys function @5:48. Is that one of Aaron Koressel's scripts?
    Thanks for sharing your speed tricks! I just discovered you today and subbed, also subbed to your nemesis Owen Ferny :P

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      I realised after making this that the timeline cropping tool I use was made by a friend but not publicly released yet. I'll ask him if he has plans to release it soon! The scaling to neighboring keys is an animbot function, I have scale to neighbour left + / - 15% and also -100% (which flips the curve). Hope that helps.
      I also can't believe you subbed to such a terrible channel - I'm very disappointed

    • @The3Dsmash
      @The3Dsmash Před rokem

      ​@@ChesterSampson Wow, I'd never tried animBot's Scale to Neighbor slider. I'm playing with it now and can't quite figure out what's happening. I use Blend to Neighbor constantly and Blend Infinity also. But this one is somehow different. I'll use it on my next shot and see if I can put it to use. Also noticed the "Gap Switcher" slider which I can never seen before. The hell is that? Fun to discover new tools.
      Thanks for introducing me to Scale to Neighbor!
      And yeah, horrible channel. CZcams should blacklist and offer a refund, hahaa.

  • @jel00ns28
    @jel00ns28 Před rokem +1

    HALF KEYBOARD GANG

  • @dagisan8899
    @dagisan8899 Před rokem

    Hi Chester, thanks for the video. One question, what is the script you use to crop the timeline and put it back as it was?

  • @dondrapichrust
    @dondrapichrust Před rokem +3

    Hi Chester, you are using tablet for animating, I get it is usefull for drawovers etc but is it really better for moving controls, keys than a standard mouse? what is the real advantage?

    • @ChesterSampson
      @ChesterSampson  Před rokem +3

      It's mostly for ergonomics. After animating for a few years using the mouse was causing some pretty bad carpal tunnel in my wrist so I switched over to using my Wacom intuos whilst animating instead of the mouse. I get significantly less issues with wrist pain now.

    • @SupakAnimations
      @SupakAnimations Před rokem

      @@ChesterSampson
      Hi Chester Is your tablet a Wacom Intuos Pro Medium?

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      @@SupakAnimations yep thats the one :)

  • @forzamaya4087
    @forzamaya4087 Před rokem

    Thank you so much!
    What is the scrip that swaps camera view and persp view?

    • @ChesterSampson
      @ChesterSampson  Před rokem +1

      try this as MEL script -
      //Switch Perspective Cameras
      $currentCamera = `lookThru -q`;
      string $allCameras[];
      $allCameras = `listCameras -p`;// This will select perspective cameras only
      int $nextCamera;
      for($pos=0;$pos=size($allCameras)) $nextCamera = 0;
      lookThru $allCameras[$nextCamera];

    • @forzamaya4087
      @forzamaya4087 Před rokem

      @@ChesterSampson wow you really did sent😳

  • @Supinori
    @Supinori Před rokem +1

    Hi Chester! How can I make the hotkey to clear the channel box selection?

  • @Badlynamedchannel
    @Badlynamedchannel Před rokem +1

    Twitch streamer with canonically the most frames keyed

  • @jaloliddinparpiyev9097
    @jaloliddinparpiyev9097 Před rokem +1

    👍👍👍👍

  • @FergusAnimation
    @FergusAnimation Před rokem +1

    Nice video! I just made something similar on my channel :) Keep up the hard work!

  • @Cadence24
    @Cadence24 Před rokem +1

    6-8 seconds a day fully polished?

    • @ChesterSampson
      @ChesterSampson  Před rokem +2

      polished to the standard of the TV show, Which is usally not very polished. You often just press spline on your blocking and leave it there

    • @Cadence24
      @Cadence24 Před rokem +2

      @@ChesterSampson so you basically doing pretty detailed blocking, pressing spline and maybe minor tweeks and that's it?

    • @ChesterSampson
      @ChesterSampson  Před rokem +3

      @@Cadence24 that was my workflow in TV productions yes

  • @fsalad
    @fsalad Před rokem +1

  • @LordLuigi_Rigs
    @LordLuigi_Rigs Před rokem +1

    hotkeys

  • @nannaknitit
    @nannaknitit Před rokem +1