This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
Ton Roosendaal acd06aebc1 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!)
2005-11-27 20:49:25 +00:00
..
2005-11-15 22:39:20 +00:00
2005-09-24 09:05:48 +00:00
2005-10-11 14:04:57 +00:00
2004-04-22 20:37:24 +00:00
2005-10-26 09:56:52 +00:00
2004-07-26 21:44:55 +00:00
2005-10-22 18:47:38 +00:00
2004-01-05 00:06:11 +00:00