-
- Downloads
BKE: id_delete: Do not forbid layer collection resync in non-Main case.
There is no reason to deal with layer collections resync in non-main case, deletion code should never trigger it anyway. This will avoid quite a lot of the non-main-thread calls to `BKE_layer_collection_resync_forbid` (detected and 'fixed' in previous commit).
Please register or sign in to comment