#RiggingInMaya

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 24

  • @bradley_kyzer
    @bradley_kyzer 3 года назад +27

    This is a great tutorial and I learned a lot! Thank you so much antCGi! For anyone working in Maya 2022, the only difference I found is around the 11:18 mark when he creates the code to make the button on the shelf (I spent way too much time on such a simple fix lol). Maya 2022 switched from using Python 2, to Python 3 and because of that, there's a syntax change for the reload command.
    The old Maya 2020, Python 2 way:
    reload(video21_autoLimb)
    The new Maya 2022, Python 3 way:
    Import importlib
    importlib.reload(video21_autoLimb)
    Hope this can help save someone else some time in the future! :)

    • @antCGi
      @antCGi  3 года назад +2

      Amazing, thanks!

    • @LouiseChib
      @LouiseChib Год назад

      I'm still having trouble with this. I'm on 2023 version and both just has syntax errors.

    • @kitchen_jooklum
      @kitchen_jooklum Год назад

      @@LouiseChib Were you able to figure something out? I'm just starting on this tutorial as well, and getting the same errors using Maya 2022.

  • @seemanshuverma38
    @seemanshuverma38 4 года назад +9

    This is literally the best channel for tutorials on youtube .Thnks sir.

  • @peiyaolu00
    @peiyaolu00 4 года назад +7

    This is what i've been looking for, tech art!

  • @oxibound5945
    @oxibound5945 3 года назад

    Yes!! So cool. People should look out for more like this.

  • @antCGi
    @antCGi  4 года назад +5

    Thanks for watching and remember, if you find these videos useful why not hit that THANKS 🙏 button above.
    If you have any questions please post them in the Discord 👾 server - discord.gg/StbDx4D - You will find me in the Members Only area, and you can get exclusive access here www.antcgi.com/antcgi-club 🐜

  • @unknown-hj4gh
    @unknown-hj4gh 4 года назад

    Its really interesting! Can't wait to go further more tonight! :)

  • @traviswong2175
    @traviswong2175 Год назад

    luckily I've learned python syntax earlier, so I would understand your video more, appreciate that!

  • @laurarubio3648
    @laurarubio3648 2 года назад +1

    Thanks so much for the video, can I ask where you get the curves from the controlers from?

  • @maheshnayak8888
    @maheshnayak8888 4 года назад +2

    Sir Osm spr♥️

  • @hossx2001
    @hossx2001 3 года назад

    great teaching skills

  • @62cky4powerthirst
    @62cky4powerthirst 4 года назад +3

    This is great, will you cover calling functions from other functions in the next one?

    • @antCGi
      @antCGi  4 года назад +2

      Krobbkag Destroyer Of Worlds not in these videos, but if these prove popular I’ll cover more scripting in the future 😁

  • @adindavantklooster3262
    @adindavantklooster3262 2 года назад

    hi thanks for this, I couldn't find the links to tutorials for more standard ways to rig the legs? many thanks, A

  • @MaryCarrozzino
    @MaryCarrozzino 4 года назад

    Thank you 💖

  • @adarshwalied767
    @adarshwalied767 4 года назад

    at 15:00 ,when I execute ,it says that at line 19 " isRearLeg " is not defined

  • @andresmauriciorojasmarquez993
    @andresmauriciorojasmarquez993 2 года назад +2

    hi the tutorial is nice, but i think it is outdated since the syntax is from an older version of python, in my Maya i am currently using python 3

  • @shadowmurlock282
    @shadowmurlock282 Месяц назад

    so you can't save the file without paying for charcoal, is there another way to do this?

    • @antCGi
      @antCGi  Месяц назад +1

      You should be able to save from the script editor.

  • @abidsafwan4684
    @abidsafwan4684 3 года назад

    Software name

  • @riggererer6894
    @riggererer6894 3 года назад +1

    18:11