Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_view3d_types.h
| Context not available. | |||||
| char multiview_eye; /* multiview current eye - for internal use */ | char multiview_eye; /* multiview current eye - for internal use */ | ||||
| /* XXX tmp flags for 2.8 viewport transition to avoid compatibility issues that would be caused by | /* built-in shader effects (eGPUFXFlags) */ | ||||
| * using usual flag bitfields (which are saved to files). Can be removed when not needed anymore. */ | char pad3[4]; | ||||
| char tmp_compat_flag; | |||||
| char pad3[3]; | |||||
| /* note, 'fx_settings.dof' is currently _not_ allocated, | /* note, 'fx_settings.dof' is currently _not_ allocated, | ||||
| * instead set (temporarily) from camera */ | * instead set (temporarily) from camera */ | ||||
| Context not available. | |||||
| /* View3d->flag3 (short) */ | /* View3d->flag3 (short) */ | ||||
| #define V3D_SHOW_WORLD (1 << 0) | #define V3D_SHOW_WORLD (1 << 0) | ||||
| #define V3D_NEW_VIEWPORT (1 << 1) | |||||
| /* View3d->tmp_compat_flag */ | |||||
| enum { | |||||
| V3D_NEW_VIEWPORT = (1 << 0), | |||||
| }; | |||||
| /* View3D->around */ | /* View3D->around */ | ||||
| enum { | enum { | ||||
| Context not available. | |||||