Hello there, I'm coming from Maya and trying to get used to Apex by creating a simple gear rig with some different ratios. For testing-purposes, I'm using a stash-node where I'm manually putting stuff together:
1. I set up 3 transform-joints for each gear
2. getting the driver-rotation by "exploding" the transform matrix
3. extracting the desired rotation axis -> multiplying it with the gear-ratio -> piping the value into a new transform that then connects to the point-transform
That works in general, but I'm facing pops on the driven rotation -> driven geo pops back every 180 degrees -> I guess this is due to
the fact that the internal rotation representation is radians right? It's a simple and maybe trivial question, but I can't find anything in the docs. Also is there a way to output values to the console or "watch" them in Geo-Spreadsheed-viewer?
Thank you very much!