|
Blender V4.3
|
#include <DNA_grease_pencil_types.h>
Public Attributes | |
| float | opacity |
| int8_t | mode |
| uint8_t | flag |
| uint8_t | filter |
| char | _pad [1] |
| int16_t | num_frames_before |
| int16_t | num_frames_after |
| float | color_before [3] |
| float | color_after [3] |
| char | _pad2 [4] |
Per data-block Grease Pencil onion skinning settings.
Definition at line 408 of file DNA_grease_pencil_types.h.
| char GreasePencilOnionSkinningSettings::_pad[1] |
Definition at line 419 of file DNA_grease_pencil_types.h.
| char GreasePencilOnionSkinningSettings::_pad2[4] |
Definition at line 436 of file DNA_grease_pencil_types.h.
| float GreasePencilOnionSkinningSettings::color_after[3] |
Color of the ghost frames after.
Definition at line 435 of file DNA_grease_pencil_types.h.
Referenced by grease_pencil_layer_final_tint_and_alpha_get().
| float GreasePencilOnionSkinningSettings::color_before[3] |
Color of the ghost frames before.
Definition at line 431 of file DNA_grease_pencil_types.h.
Referenced by grease_pencil_layer_final_tint_and_alpha_get().
| uint8_t GreasePencilOnionSkinningSettings::filter |
Definition at line 418 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::get_frame_id().
| uint8_t GreasePencilOnionSkinningSettings::flag |
Definition at line 416 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::get_frame_id(), and grease_pencil_layer_final_tint_and_alpha_get().
| int8_t GreasePencilOnionSkinningSettings::mode |
Definition at line 414 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::get_frame_id().
| int16_t GreasePencilOnionSkinningSettings::num_frames_after |
Number of ghost frames shown after.
Definition at line 427 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::get_frame_id().
| int16_t GreasePencilOnionSkinningSettings::num_frames_before |
Number of ghost frames shown before.
Definition at line 423 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::get_frame_id().
| float GreasePencilOnionSkinningSettings::opacity |
Opacity for the ghost frames.
Definition at line 412 of file DNA_grease_pencil_types.h.
Referenced by grease_pencil_layer_final_tint_and_alpha_get(), and blender::bke::greasepencil::convert::legacy_gpencil_to_grease_pencil().