|
Blender V5.0
|
#include <BKE_grease_pencil.hh>
Public Types | |
| enum | FrameTransformationStatus { TRANS_CLEAR , TRANS_INIT , TRANS_RUNNING } |
Public Attributes | |
| Map< int, int > | frames_destination |
| Map< int, GreasePencilFrame > | frames_static |
| Map< int, GreasePencilFrame > | frames_transformed |
| Map< int, int > | frames_duration |
| Map< int, GreasePencilFrame > | duplicated_frames_buffer |
| FrameTransformationStatus | status {TRANS_CLEAR} |
Structure used to transform frames in a grease pencil layer.
Definition at line 354 of file BKE_grease_pencil.hh.
| Enumerator | |
|---|---|
| TRANS_CLEAR | |
| TRANS_INIT | |
| TRANS_RUNNING | |
Definition at line 355 of file BKE_grease_pencil.hh.
| Map<int, GreasePencilFrame> blender::bke::greasepencil::LayerTransformData::duplicated_frames_buffer |
Definition at line 375 of file BKE_grease_pencil.hh.
| Map<int, int> blender::bke::greasepencil::LayerTransformData::frames_destination |
Definition at line 359 of file BKE_grease_pencil.hh.
| Map<int, int> blender::bke::greasepencil::LayerTransformData::frames_duration |
Definition at line 371 of file BKE_grease_pencil.hh.
| Map<int, GreasePencilFrame> blender::bke::greasepencil::LayerTransformData::frames_static |
Definition at line 366 of file BKE_grease_pencil.hh.
| Map<int, GreasePencilFrame> blender::bke::greasepencil::LayerTransformData::frames_transformed |
Definition at line 367 of file BKE_grease_pencil.hh.
| FrameTransformationStatus blender::bke::greasepencil::LayerTransformData::status {TRANS_CLEAR} |
Definition at line 377 of file BKE_grease_pencil.hh.