Blender Git Commit Log

Git Commits -> Revision e99586f

Revision e99586f by Sergey Sharybin (master)
October 15, 2013, 17:11 (GMT)
Fix #37090: Blender crashes on "Make single user" option

issue was caused by id->mewid pointing to an invalid memory
after file load.

The rule here: all the tools need to reset it to NULL (or
other value they need) in the beginning.

Currently some tools are doing newid clear in the beginning
and some does it in the end. We need to clean it up so clear
only happens in the beginning.

But ideal we need some kind NewIDContext to make duplication
safe for threading.

Commit Details:

Full Hash: e99586fee2eab049e416c0676a8a97604bce20bd
SVN Revision: 60784
Parent Commit: f7a3881
Lines Changed: +7, -0

1 Modified Path:

/source/blender/editors/object/object_relations.c (+7, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021