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! :)
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 🐜
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! :)
Amazing, thanks!
I'm still having trouble with this. I'm on 2023 version and both just has syntax errors.
@@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.
This is literally the best channel for tutorials on youtube .Thnks sir.
This is what i've been looking for, tech art!
Yes!! So cool. People should look out for more like this.
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 🐜
Its really interesting! Can't wait to go further more tonight! :)
luckily I've learned python syntax earlier, so I would understand your video more, appreciate that!
Thanks so much for the video, can I ask where you get the curves from the controlers from?
Sir Osm spr♥️
great teaching skills
This is great, will you cover calling functions from other functions in the next one?
Krobbkag Destroyer Of Worlds not in these videos, but if these prove popular I’ll cover more scripting in the future 😁
hi thanks for this, I couldn't find the links to tutorials for more standard ways to rig the legs? many thanks, A
Thank you 💖
at 15:00 ,when I execute ,it says that at line 19 " isRearLeg " is not defined
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
so you can't save the file without paying for charcoal, is there another way to do this?
You should be able to save from the script editor.
Software name
18:11