Changeset View
Changeset View
Standalone View
Standalone View
source/blender/sequencer/SEQ_sequencer.h
| Show First 20 Lines • Show All 130 Lines • ▼ Show 20 Lines | |||||
| typedef struct SeqRenderData { | typedef struct SeqRenderData { | ||||
| struct Main *bmain; | struct Main *bmain; | ||||
| struct Depsgraph *depsgraph; | struct Depsgraph *depsgraph; | ||||
| struct Scene *scene; | struct Scene *scene; | ||||
| int rectx; | int rectx; | ||||
| int recty; | int recty; | ||||
| int preview_render_size; | int preview_render_size; | ||||
| float downscale_factor; | |||||
| int for_render; | int for_render; | ||||
| int motion_blur_samples; | int motion_blur_samples; | ||||
| float motion_blur_shutter; | float motion_blur_shutter; | ||||
| bool skip_cache; | bool skip_cache; | ||||
| bool is_proxy_render; | bool is_proxy_render; | ||||
| bool is_prefetch_render; | bool is_prefetch_render; | ||||
| int view_id; | int view_id; | ||||
| /* ID of task for asigning temp cache entries to particular task(thread, etc.) */ | /* ID of task for asigning temp cache entries to particular task(thread, etc.) */ | ||||
| ▲ Show 20 Lines • Show All 510 Lines • Show Last 20 Lines | |||||