Finished Freeze constraint, and target space option for Freeze and Point constraints.

This commit is contained in:
2011-07-04 11:35:29 +00:00
parent de1c4fafc7
commit a552d8e610
3 changed files with 33 additions and 24 deletions

View File

@@ -348,6 +348,7 @@ def restoreObjMat(performer_obj, enduser_obj, perf_obj_mat, enduser_obj_mat, str
empty.parent = stride_bone
performer_obj.matrix_world = perf_obj_mat
enduser_obj.matrix_world = enduser_obj_mat
enduser_obj.parent = stride_bone
def totalRetarget():