Blender Git Commit Log

Git Commits -> Revision 2a76656

Revision 2a76656 by Sergey Sharybin (master)
January 21, 2014, 09:01 (GMT)
Fix T38295: Crash when changing screen with different visible layers

The issue was caused by missing object update for the curve object
before going to new screen. And that new screen had different visible
layers due to disabled lock_camera_and_layers option.

Solved by calling DAG_on_visible_update() in ED_screen_set() even
in cases scene doesn't change. This ensures all the objects which
weren't visible before are correctly updated.

Commit Details:

Full Hash: 2a7665697637810515fb3620dad19c72f1c13e13
Parent Commit: e27dcc3
Lines Changed: +6, -1

1 Modified Path:

/source/blender/editors/screen/screen_edit.c (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021