Go to file
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
build_files SCons: clean up code which was commented out since 2007 2012-12-14 12:06:24 +00:00
doc update api changelog 2012-12-11 02:13:42 +00:00
extern Hi there, it has been a while, just curious if my SVN account still works :) 2012-12-15 01:01:35 +00:00
intern Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
release set compositor background scale to 1.0 2012-12-16 09:41:39 +00:00
source Bugfix 33560 2012-12-17 12:03:31 +00:00
CMakeLists.txt CMake: on linux, make boost now always require multithreaded libs, disabling 2012-12-13 08:46:07 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile code cleanup: comment unused members of bmesh operator slots and some osl style edits. 2012-11-20 14:31:58 +00:00
SConstruct Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00