Blender Git Commit Log
Git Commits -> Revision d59fa12
Revision d59fa12 by Brecht Van Lommel (master) November 12, 2020, 19:14 (GMT) |
Fix T82607: crash cancelling Cycles render during adaptive subdivision update Now that the Blender sync mechanism deletes nodes from the scene, we need to ensure scene update is stopped before we do this. Also add some more early out in scene geometry update to ensure we do not continue working on incomplete geometry data, though that was not the cause of this crash. |
Commit Details:
Full Hash: d59fa12f2ad5c57c68d63e476270fcd274b61062
Parent Commit: 5c01ecd
Lines Changed: +53, -24