Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/sync.h
| /* SPDX-License-Identifier: Apache-2.0 | /* SPDX-License-Identifier: Apache-2.0 | ||||
| * Copyright 2011-2022 Blender Foundation */ | * Copyright 2011-2022 Blender Foundation */ | ||||
| #ifndef __BLENDER_SYNC_H__ | #ifndef __BLENDER_SYNC_H__ | ||||
| #define __BLENDER_SYNC_H__ | #define __BLENDER_SYNC_H__ | ||||
| #include "MEM_guardedalloc.h" | #include "MEM_guardedalloc.h" | ||||
| #include "RNA_access.h" | #include "RNA_access.h" | ||||
| #include "RNA_blender_cpp.h" | #include "RNA_blender_cpp.h" | ||||
| #include "RNA_path.h" | |||||
| #include "RNA_types.h" | #include "RNA_types.h" | ||||
| #include "blender/id_map.h" | #include "blender/id_map.h" | ||||
| #include "blender/util.h" | #include "blender/util.h" | ||||
| #include "blender/viewport.h" | #include "blender/viewport.h" | ||||
| #include "scene/scene.h" | #include "scene/scene.h" | ||||
| #include "session/session.h" | #include "session/session.h" | ||||
| ▲ Show 20 Lines • Show All 254 Lines • Show Last 20 Lines | |||||