[Closed] Custom Attributes Undo Problems
Hi all, I have a problem that i cannot seem to resolve. Here it is.
I want to setup fingers controls with custom attr. but also want to have a control object to directly rotate the fingers. I have manage to do so, however undos are not working properly. here is what i did.
wire Control objects to drive finger bones. Wire cust attributes of my script to the Control objects driving the bones, both ways. so, control objects drives the bones and the attributes, the attributes drives the control objects. This is working. but when i move the attribute slider and undo it, it undo the value but not the bone.
anyone knows how to fix this???
thanks
Yannick
edit: ohh i found the error, i did the wireing another way, and it works now, basically, the bone and control objects are wired both ways, and so is the controls object and the cust attribute. this way it seems theres no lag between the components.