Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/outliner_intern.h
| Show First 20 Lines • Show All 310 Lines • ▼ Show 20 Lines | |||||
| /* outliner_collections.c */ | /* outliner_collections.c */ | ||||
| bool outliner_is_collection_tree_element(const TreeElement *te); | bool outliner_is_collection_tree_element(const TreeElement *te); | ||||
| struct Collection *outliner_collection_from_tree_element(const TreeElement *te); | struct Collection *outliner_collection_from_tree_element(const TreeElement *te); | ||||
| void OUTLINER_OT_collection_new(struct wmOperatorType *ot); | void OUTLINER_OT_collection_new(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_duplicate(struct wmOperatorType *ot); | void OUTLINER_OT_collection_duplicate(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_duplicate_hierarchy(struct wmOperatorType *ot); | |||||
| void OUTLINER_OT_collection_duplicate_linked_hierarchy(struct wmOperatorType *ot); | |||||
| void OUTLINER_OT_collection_delete(struct wmOperatorType *ot); | void OUTLINER_OT_collection_delete(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_objects_select(struct wmOperatorType *ot); | void OUTLINER_OT_collection_objects_select(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_objects_deselect(struct wmOperatorType *ot); | void OUTLINER_OT_collection_objects_deselect(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_link(struct wmOperatorType *ot); | void OUTLINER_OT_collection_link(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_instance(struct wmOperatorType *ot); | void OUTLINER_OT_collection_instance(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_exclude_set(struct wmOperatorType *ot); | void OUTLINER_OT_collection_exclude_set(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_exclude_clear(struct wmOperatorType *ot); | void OUTLINER_OT_collection_exclude_clear(struct wmOperatorType *ot); | ||||
| void OUTLINER_OT_collection_holdout_set(struct wmOperatorType *ot); | void OUTLINER_OT_collection_holdout_set(struct wmOperatorType *ot); | ||||
| Show All 32 Lines | |||||