This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/editors
Sybren A. Stüvel 805cabdf17 Fix T64483: crash when hovering over outliner after closing render window
The `tselem->id` pointer can also be used for non-ID data (according to
this comment in DNA_outliner_types.h:

```
/* XXX We actually also store non-ID data in this pointer for identifying
 * the TreeStoreElem for a TreeElement when rebuilding the tree. Ugly! */
```

As such, I don't mind adding a `NULL`-check in the
`is_object_data_in_editmode()` function. After all, when there is no
object, its data certainly is not in edit mode.
2019-07-09 11:52:16 +02:00
..
2019-07-07 15:38:41 +10:00
2019-06-22 15:04:46 +10:00
2019-07-07 23:45:35 +10:00
2019-07-06 19:39:48 -04:00
2019-07-08 10:53:37 +02:00
2019-07-07 15:38:41 +10:00
2019-07-07 23:45:35 +10:00