Blender Git Commit Log
Git Commits -> Revision acd06ae
Revision acd06ae by Ton Roosendaal (master) November 27, 2005, 20:49 (GMT) |
Depsgraph fix for editing linked Objects with the other instances being in other layers (or hidden with local view). In my search for the absolute minimum of recalculations, changes are only flushed when they're visible. On changing layers, the tags then are just set again (for everything that potentially moves) to ensure proper state. However, it didn't work proper for linked Mesh objects that changed in editmode, the Derivedmesh callback then accessed memory out of bounds. The current dependency code was more designed for animation systems... updating display data should work too, but might need some more tests! (Thanks Andrea for clear error sample!) |
Commit Details:
Full Hash: acd06aebc1a5f72ff2e97df3ead7afdeffb6d58c
SVN Revision: 5949
Parent Commit: ebb00c1
Lines Changed: +33, -8