Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_scene_types.h
| Show First 20 Lines • Show All 651 Lines • ▼ Show 20 Lines | typedef struct RenderData { | ||||
| char seq_prev_type; | char seq_prev_type; | ||||
| char seq_rend_type; | char seq_rend_type; | ||||
| char seq_flag; /* flag use for sequence render/draw */ | char seq_flag; /* flag use for sequence render/draw */ | ||||
| char pad5[5]; | char pad5[5]; | ||||
| /* render simplify */ | /* render simplify */ | ||||
| int simplify_flag; | int simplify_flag; | ||||
| short simplify_subsurf; | short simplify_subsurf; | ||||
| short simplify_shadowsamples; | short simplify_subsurf_render; | ||||
| short simplify_shadowsamples, pad9; | |||||
| float simplify_particles; | float simplify_particles; | ||||
| float simplify_particles_render; | |||||
| float simplify_aosss; | float simplify_aosss; | ||||
| /* cineon */ | /* cineon */ | ||||
| short cineonwhite DNA_DEPRECATED, cineonblack DNA_DEPRECATED; /*deprecated*/ | short cineonwhite DNA_DEPRECATED, cineonblack DNA_DEPRECATED; /*deprecated*/ | ||||
| float cineongamma DNA_DEPRECATED; /*deprecated*/ | float cineongamma DNA_DEPRECATED; /*deprecated*/ | ||||
| /* jpeg2000 */ | /* jpeg2000 */ | ||||
| short jp2_preset DNA_DEPRECATED, jp2_depth DNA_DEPRECATED; /*deprecated*/ | short jp2_preset DNA_DEPRECATED, jp2_depth DNA_DEPRECATED; /*deprecated*/ | ||||
| ▲ Show 20 Lines • Show All 1,342 Lines • Show Last 20 Lines | |||||