Merge branch 'develop' into 218-new-ui-ux-implementation

This commit is contained in:
Fabian
2021-07-26 17:51:01 +02:00
2 changed files with 5 additions and 3 deletions

View File

@ -754,7 +754,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))