Hi there. I am used to rigging in Maya, and right now the rigging team that I am in is spearheading some R&D tests with Blender, though mainly I focus on the rigging and python scripting part. I am not much of a programmer and I sux in Maths, but I could still manage to learn some Mel scripting tricks through reading books and research.
Right now, I am facing problem with finding the exact command in Blender to do specific stuffs, in this case, setting key on a particular object’s constraint. I needed this to automate some part of the rig’s IK/FK switching and also pivot point switching. In Maya, there’s the ability to Echo commands done using the GUI, so that u can know what exactly is happening behind the hood when u press a particular button.
Is there anyway to do this in Blender, as it would speed up the learning process. As of right now, the API isn’t particularly helpful for me as I couldn’t understand it and most pages are lacking of examples. If not, is there anywhere else I can learn more about finding the specific command in Blender for Python.
I greatly appreciate any help on this and I thank you.