Blender Git Commit Log

Git Commits -> Revision 61d1fd7

Revision 61d1fd7 by Sergey Sharybin (master)
January 28, 2021, 09:34 (GMT)
Fix T85142: BMW scene quits Blender

Technically, the crash was caused by revert which happened in
rBcd24712c2c5: it reverted some code which is essential for
rB76fd41e9db1.

Bring back the essential code for the removal of un-needed
Copy-on-Write operations, so that the crash doesn't happen.

What was causing the crash is the ID tag assuming Copy-on-Write
operation always exists.

Commit Details:

Full Hash: 61d1fd7e2f8b972b903fa6684114a13f652fd507
Parent Commit: 78f7377
Lines Changed: +12, -0

2 Modified Paths:

/source/blender/depsgraph/intern/depsgraph.cc (+8, -0) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cc (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021