fix: ReferenceError in update_external dependency by removing orphan nodes.

This commit is contained in:
Swann
2021-07-23 19:35:56 +02:00
parent a4f9f6e051
commit 4bc0feb3a5
3 changed files with 6 additions and 4 deletions

View File

@ -689,7 +689,6 @@ class SessionPurgeOperator(bpy.types.Operator):
def execute(self, context):
try:
sanitize_deps_graph(remove_nodes=True)
porcelain.purge_orphan_nodes(session.repository)
except Exception as e:
self.report({'ERROR'}, repr(e))