Blender V5.0
DNA_layer_defaults.h File Reference

Go to the source code of this file.

Macros

Scene ViewLayer
#define _DNA_DEFAULT_ViewLayerEEVEE
#define _DNA_DEFAULT_ViewLayer

Macro Definition Documentation

◆ _DNA_DEFAULT_ViewLayer

#define _DNA_DEFAULT_ViewLayer
Value:
{ \
\
\
/* Pure rendering pipeline settings. */ \
.layflag = SCE_LAY_FLAG_DEFAULT, \
.passflag = SCE_PASS_COMBINED, \
.pass_alpha_threshold = 0.5f, \
.cryptomatte_levels = 6, \
.cryptomatte_flag = VIEW_LAYER_CRYPTOMATTE_ACCURATE, \
}
#define _DNA_DEFAULT_ViewLayerEEVEE
@ VIEW_LAYER_CRYPTOMATTE_ACCURATE
@ VIEW_LAYER_FREESTYLE
@ VIEW_LAYER_RENDER
@ SCE_LAY_FLAG_DEFAULT
@ SCE_PASS_COMBINED

Definition at line 22 of file DNA_layer_defaults.h.

◆ _DNA_DEFAULT_ViewLayerEEVEE

#define _DNA_DEFAULT_ViewLayerEEVEE
Value:
{ \
.ambient_occlusion_distance = 10.0f, \
}

Definition at line 17 of file DNA_layer_defaults.h.