Changeset View
Changeset View
Standalone View
Standalone View
source/blender/render/intern/include/render_types.h
| Show First 20 Lines • Show All 271 Lines • ▼ Show 20 Lines | #endif | ||||
| struct ReportList *reports; | struct ReportList *reports; | ||||
| struct ImagePool *pool; | struct ImagePool *pool; | ||||
| struct EvaluationContext *eval_ctx; | struct EvaluationContext *eval_ctx; | ||||
| void **movie_ctx_arr; | void **movie_ctx_arr; | ||||
| char viewname[MAX_NAME]; | char viewname[MAX_NAME]; | ||||
| /* current object being baked - used by Bake API only */ | |||||
| int baking_object_id; | |||||
| }; | }; | ||||
| /* ------------------------------------------------------------------------- */ | /* ------------------------------------------------------------------------- */ | ||||
| struct ISBData; | struct ISBData; | ||||
| typedef struct DeepSample { | typedef struct DeepSample { | ||||
| int z; | int z; | ||||
| ▲ Show 20 Lines • Show All 382 Lines • Show Last 20 Lines | |||||