I planned to do some automation on ShotGrid .But first , I need to know how to code . Any masters can share some effective ways of learning python to used on ShotGrid ? I tried to follow this step by step , but I don’t even know what is shotgun class .
NEED some guidance here please . Thanks in advanced !
If you are only going to be querying and updating information on Shotgun, you will only be using a single object - Shotgun. You use its methods (such as find_one) to do the work.
If you have to deal with the filesystem integrations (the Toolkit Core part) it becomes a bit more involved.
It takes time, do not rush it. If you have an idea of what your automation should be doing you are halfway there.
Thanks for the tips ! I want automate the status change . For example , after modeling status updated to “done/ final” , texture task status will automatically change from “waiting to start” to “ready to start” .