|
Blender V4.3
|
#include <DNA_grease_pencil_types.h>
Inherited by blender::bke::greasepencil::DrawingReference.
Public Attributes | |
| GreasePencilDrawingBase | base |
| struct GreasePencil * | id_reference |
Definition at line 116 of file DNA_grease_pencil_types.h.
| GreasePencilDrawingBase GreasePencilDrawingReference::base |
Definition at line 117 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::undo::StepDrawingReference::decode(), and blender::ed::greasepencil::undo::StepDrawingReference::encode().
| struct GreasePencil* GreasePencilDrawingReference::id_reference |
A reference to another GreasePencil data-block. If the data-block has multiple drawings, this drawing references all of them sequentially. See the note in GreasePencilLayer->frames() for a detailed explanation of this.
Definition at line 123 of file DNA_grease_pencil_types.h.
Referenced by blender::ed::greasepencil::undo::StepDrawingReference::decode(), blender::ed::greasepencil::undo::StepDrawingReference::encode(), and grease_pencil_foreach_id().