소스 검색

Fix: SetBoneMatrixTail failed to mark itself as prepared/executed.

Joseph Brandenburg 7 달 전
부모
커밋
1173a23419
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      misc_containers.py

+ 2 - 0
misc_containers.py

@@ -1363,6 +1363,8 @@ class UtilitySetBoneMatrixTail(MantisNode):
       if matrix is None: matrix = Matrix.Identity(4)
       #just do this for now lol
       self.parameters["Result"] = matrix_from_head_tail(matrix.translation, self.evaluate_input("Tail Location"))
+      self.prepared = True
+      self.executed = True