Hi,
I was wondering if anyone else has had this error occur and if anyone knows if this is an error or just maybe bad coding.
I am creating an autorig script which uses guide objects and I came into a very weird problem, sometimes my chain creation function would fail and just give an error
“# ERROR : Create2DSkeleton: error while creating skeleton”
but other times they would work, and it was all being performed by the same function.
I came to a conclusion that if you create a Chain that has 2 out of the 3 values the same it crash’s the chain creation
ie if the root is at X=0,Y=0,Z=0 and the effector will be created at X=0,Y=0,Z=1 it will crash but it the effector is at X=0,Y=0.001,Z=1 it will create the chain
I tested this and it seems to solve the problem.
has anyone else had the same error?
