Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_tree.c
| Context not available. | |||||
| tselem->flag |= TSE_CHILDSEARCH; | tselem->flag |= TSE_CHILDSEARCH; | ||||
| te->parent = parent; | te->parent = parent; | ||||
| te->index = index; // for data arays | te->index = index; // for data arrays | ||||
| if (ELEM(type, TSE_SEQUENCE, TSE_SEQ_STRIP, TSE_SEQUENCE_DUP)) { | if (ELEM(type, TSE_SEQUENCE, TSE_SEQ_STRIP, TSE_SEQUENCE_DUP)) { | ||||
| /* pass */ | /* pass */ | ||||
| } | } | ||||
| Context not available. | |||||
| int a, tot; | int a, tot; | ||||
| /* we do lazy build, for speed and to avoid infinite recusion */ | /* we do lazy build, for speed and to avoid infinite recursion */ | ||||
| if (ptr->data == NULL) { | if (ptr->data == NULL) { | ||||
| te->name = IFACE_("(empty)"); | te->name = IFACE_("(empty)"); | ||||
| Context not available. | |||||
| } | } | ||||
| /* this is nice option for later? doesnt look too useful... */ | /* this is nice option for later? doesn't look too useful... */ | ||||
| #if 0 | #if 0 | ||||
| static int treesort_obtype_alpha(const void *v1, const void *v2) | static int treesort_obtype_alpha(const void *v1, const void *v2) | ||||
| { | { | ||||
| Context not available. | |||||