0 Members and 1 Guest are viewing this topic.
WindowManager.add_fileselect(self)
WindowManager.fileselect_add(self)
the invert() function was modified, I'm a little dim on the precise reasons, but I think the early .invert() returned an inverted matrix, while the new .invert() modifies the parentposemat in place. now if you want to simply return an inverted matrix you do a .inverted()
posebonemat = parentposemat.inverted() * posebonemat