refactor: remove sanitize
This commit is contained in:
parent
cfb1afdd72
commit
36c3a9ab0b
@ -1 +1 @@
|
||||
Subproject commit dbc6ff5a47e579aea702df3b2e046a155e03bc12
|
||||
Subproject commit f9659b49fea22617c0cbd8af48cd16fea67cda92
|
@ -1014,13 +1014,11 @@ def depsgraph_evaluation(scene):
|
||||
elif isinstance(update.id, bpy.types.Scene):
|
||||
ref = session.repository.get_node_by_datablock(update.id)
|
||||
if ref:
|
||||
ref.resolve()
|
||||
pass
|
||||
else:
|
||||
scn_uuid = porcelain.add(session.repository, update.id)
|
||||
porcelain.commit(session.node_id, scn_uuid)
|
||||
session.push(scn_uuid, check_data=False)
|
||||
elif isinstance(update.id, bpy.types.Collection):
|
||||
sanitize_deps_graph()
|
||||
def register():
|
||||
from bpy.utils import register_class
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user