Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_lib_override.h
| Show All 36 Lines | |||||
| * - `BKE_lib_override_library_main_` should be used for function affecting the whole collection | * - `BKE_lib_override_library_main_` should be used for function affecting the whole collection | ||||
| * of IDs in a given Main data-base. | * of IDs in a given Main data-base. | ||||
| */ | */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct Collection; | |||||
| struct BlendFileReadReport; | struct BlendFileReadReport; | ||||
| struct Collection; | |||||
| struct ID; | struct ID; | ||||
| struct IDOverrideLibrary; | struct IDOverrideLibrary; | ||||
| struct IDOverrideLibraryProperty; | struct IDOverrideLibraryProperty; | ||||
| struct IDOverrideLibraryPropertyOperation; | struct IDOverrideLibraryPropertyOperation; | ||||
| struct Library; | struct Library; | ||||
| struct Main; | struct Main; | ||||
| struct Object; | struct Object; | ||||
| struct PointerRNA; | struct PointerRNA; | ||||
| ▲ Show 20 Lines • Show All 134 Lines • Show Last 20 Lines | |||||