|
Blender V5.0
|
#include <DNA_scene_types.h>
Public Attributes | |
| float | smaa_threshold |
| float | smaa_threshold_render |
| int | aa_samples |
| int | motion_blur_steps |
Definition at line 2081 of file DNA_scene_types.h.
| int SceneGpencil::aa_samples |
Definition at line 2084 of file DNA_scene_types.h.
Referenced by blender::draw::gpencil::render_frame().
| int SceneGpencil::motion_blur_steps |
Definition at line 2085 of file DNA_scene_types.h.
Referenced by blender::draw::gpencil::render_frame().
| float SceneGpencil::smaa_threshold |
Definition at line 2082 of file DNA_scene_types.h.
| float SceneGpencil::smaa_threshold_render |
Definition at line 2083 of file DNA_scene_types.h.