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

Fix: reset tree.is_executing after error

Joseph Brandenburg преди 9 месеца
родител
ревизия
855342c3fe
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      base_definitions.py

+ 2 - 0
base_definitions.py

@@ -64,6 +64,8 @@ class MantisTree(NodeTree):
             self.tree_valid = False
             self.is_executing = False
             raise e
+        finally:
+            self.is_executing = False
 
     
     def display_update(self, context):