Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/BKE_scene.h
| Show All 33 Lines | |||||
| */ | */ | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| extern "C" { | extern "C" { | ||||
| #endif | #endif | ||||
| struct AviCodecData; | struct AviCodecData; | ||||
| struct Base; | struct Base; | ||||
| struct DisplaySafeAreas; | |||||
| struct EvaluationContext; | struct EvaluationContext; | ||||
| struct bglMats; | struct bglMats; | ||||
| struct Main; | struct Main; | ||||
| struct Object; | struct Object; | ||||
| struct QuicktimeCodecData; | struct QuicktimeCodecData; | ||||
| struct RenderData; | struct RenderData; | ||||
| struct SceneRenderLayer; | struct SceneRenderLayer; | ||||
| struct Scene; | struct Scene; | ||||
| ▲ Show 20 Lines • Show All 103 Lines • Show Last 20 Lines | |||||