Files
test/source/blender/blenkernel
Ton Roosendaal b61958c80d Bugfix 33560
Setup: 2 windows, 2 scenes, shared objects and groups.

Errors:
- editing in 1 window, didn't correctly update shared stuff in the other
  (like child - parent relations)
- deleting group members in 1 scene, could crash the other.

Fixes:
- On load, only a depsgraph was created for the "active" scene. Now it makes
  depsgraphs for all visible scenes.
- "DAG ID flushes" were only working on active scenes too, they now take
  the other visible into account as well.
- Delete object - notifier was only sent to the active scene.

All in all it's a real depsgraph fix (for once!) :) Using multi-window and
multi-scene setups now is more useful.
2012-12-17 12:03:31 +00:00
..
2012-12-17 12:03:31 +00:00
2012-09-26 20:05:38 +00:00
2012-05-16 23:37:23 +00:00
2012-06-06 22:38:39 +00:00
2012-10-30 11:40:36 +00:00
2012-12-12 18:58:11 +00:00
2012-03-02 16:05:54 +00:00
2012-11-15 15:59:58 +00:00
2012-11-09 09:33:28 +00:00
2012-11-09 09:33:28 +00:00
2012-06-06 22:38:39 +00:00
2012-11-03 15:35:03 +00:00
2012-05-29 10:21:07 +00:00
2012-12-17 08:01:43 +00:00