Skip to content

Commit

Permalink
Merge branch 'Development' into Release
Browse files Browse the repository at this point in the history
  • Loading branch information
pragma37 committed Nov 16, 2023
2 parents a1466ae + 52c633a commit a51cab2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BlenderMalt/MaltRenderEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,9 +286,7 @@ def view_update(self, context, depsgraph):
self.request_new_frame = True
self.request_scene_update = True

print('------------UPDATE---------------')
for update in depsgraph.updates:
print(update.id, update.is_updated_transform, update.is_updated_geometry, update.is_updated_shading)
if update.is_updated_geometry:
if isinstance(update.id, bpy.types.Object):
MaltMeshes.unload_mesh(update.id)
Expand Down

0 comments on commit a51cab2

Please sign in to comment.