Преглед на файлове

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