|
Blender V4.5
|
#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 348 of file BKE_grease_pencil.hh.
| Enumerator | |
|---|---|
| TRANS_CLEAR | |
| TRANS_INIT | |
| TRANS_RUNNING | |
Definition at line 349 of file BKE_grease_pencil.hh.
| Map<int, GreasePencilFrame> blender::bke::greasepencil::LayerTransformData::duplicated_frames_buffer |
Definition at line 369 of file BKE_grease_pencil.hh.
| Map<int, int> blender::bke::greasepencil::LayerTransformData::frames_destination |
Definition at line 353 of file BKE_grease_pencil.hh.
| Map<int, int> blender::bke::greasepencil::LayerTransformData::frames_duration |
Definition at line 365 of file BKE_grease_pencil.hh.
| Map<int, GreasePencilFrame> blender::bke::greasepencil::LayerTransformData::frames_static |
Definition at line 360 of file BKE_grease_pencil.hh.
| Map<int, GreasePencilFrame> blender::bke::greasepencil::LayerTransformData::frames_transformed |
Definition at line 361 of file BKE_grease_pencil.hh.
| FrameTransformationStatus blender::bke::greasepencil::LayerTransformData::status {TRANS_CLEAR} |
Definition at line 371 of file BKE_grease_pencil.hh.