|
Blender V5.0
|
#include <ED_grease_pencil.hh>
Classes | |
| struct | DrawingBufferItem |
| struct | LayerBufferItem |
Public Member Functions | |
| void | clear () |
Public Attributes | |
| Map< std::string, LayerBufferItem > | copy_buffer {} |
| int | first_frame {std::numeric_limits<int>::max()} |
| int | last_frame {std::numeric_limits<int>::min()} |
| int | cfra {0} |
Definition at line 239 of file ED_grease_pencil.hh.
|
inline |
Definition at line 259 of file ED_grease_pencil.hh.
References cfra, copy_buffer, first_frame, and last_frame.
Referenced by blender::ed::greasepencil::grease_pencil_copy_keyframes().
| int blender::ed::greasepencil::KeyframeClipboard::cfra {0} |
Definition at line 257 of file ED_grease_pencil.hh.
Referenced by blender::ed::greasepencil::calculate_offset(), clear(), and blender::ed::greasepencil::grease_pencil_copy_keyframes().
| Map<std::string, LayerBufferItem> blender::ed::greasepencil::KeyframeClipboard::copy_buffer {} |
Definition at line 254 of file ED_grease_pencil.hh.
Referenced by clear(), blender::ed::greasepencil::grease_pencil_copy_keyframes(), and blender::ed::greasepencil::grease_pencil_paste_keyframes().
| int blender::ed::greasepencil::KeyframeClipboard::first_frame {std::numeric_limits<int>::max()} |
Definition at line 255 of file ED_grease_pencil.hh.
Referenced by blender::ed::greasepencil::calculate_offset(), clear(), blender::ed::greasepencil::grease_pencil_copy_keyframes(), and blender::ed::greasepencil::grease_pencil_paste_keyframes().
| int blender::ed::greasepencil::KeyframeClipboard::last_frame {std::numeric_limits<int>::min()} |
Definition at line 256 of file ED_grease_pencil.hh.
Referenced by blender::ed::greasepencil::calculate_offset(), clear(), blender::ed::greasepencil::grease_pencil_copy_keyframes(), and blender::ed::greasepencil::grease_pencil_paste_keyframes().