Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_collections.c
| Context not available. | |||||
| } | } | ||||
| if (collection == BKE_collection_master(data->scene)) { | if (collection == BKE_collection_master(data->scene)) { | ||||
| /* skip - showing warning/error message might be missleading | /* skip - showing warning/error message might be misleading | ||||
| * when deleting multiple collections, so just do nothing */ | * when deleting multiple collections, so just do nothing */ | ||||
| } | } | ||||
| else { | else { | ||||
| Context not available. | |||||
| LayerCollection *lc = te->directdata; | LayerCollection *lc = te->directdata; | ||||
| if (lc->collection->flag & COLLECTION_IS_MASTER) { | if (lc->collection->flag & COLLECTION_IS_MASTER) { | ||||
| /* skip - showing warning/error message might be missleading | /* skip - showing warning/error message might be misleading | ||||
| * when deleting multiple collections, so just do nothing */ | * when deleting multiple collections, so just do nothing */ | ||||
| } | } | ||||
| else { | else { | ||||
| Context not available. | |||||