Skip to content

Commit

Permalink
This is the meat and potatoes of the threaded events. I still have so…
Browse files Browse the repository at this point in the history
…me modifications to do to remove the event thread and also use the action thread for different purposes. But the bulk of the code is done.
  • Loading branch information
kdschlosser committed Jun 29, 2020
1 parent 177be51 commit 9cafdf5
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 56 deletions.
2 changes: 2 additions & 0 deletions eg/Classes/Document.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,8 @@ def Load(self, filePath):
else:
self.SetFilePath(filePath)
eg.TreeLink.StartLoad()
eg.EventGhostEvent.ClearCachedEvents()

xmlTree = ElementTree.parse(filePath)
node = xmlTree.getroot()
root = self.RootItem(self, node)
Expand Down

0 comments on commit 9cafdf5

Please sign in to comment.