talk.bindpose.com has been shut down on the 6th of March 2021. You can read a bit more about it here.

You are currently reading an archived copy of the latest content, with all the usernames deleted.

How to test rigging code?

by user47 posted 08-11-2017 | 1 comment

Does anyone have experience with automated tests for rigging code? It's hard to run standard unit tests for rig modules, as they often consist of mutable objects and only run in the 3D art software. Also, if you would find a way to run unit tests, this only means the code executes without errors, but how do you check whether the rig actually does the right thing or not?

Cheers!

 

by user3 posted 09-11-2017

So, I myself have never done any automated testing, but I have a couple of resources to look into in the future.

It's a really cool question and I'd be really interested to see how people have approached this as well, so I hope we get some tips and ideas.