Initial Grease Pencil 3.0 stage #106848

Merged
Falk David merged 224 commits from filedescriptor/blender:grease-pencil-v3 into main 2023-05-30 11:14:22 +02:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 1abfe8a49c - Show all commits

View File

@ -350,6 +350,11 @@ inline const blender::bke::greasepencil::LayerGroup &GreasePencilLayerTreeGroup:
return *reinterpret_cast<const blender::bke::greasepencil::LayerGroup *>(this);
}
inline bool GreasePencil::has_active_layer() const
{
return (this->active_layer != nullptr);
}
struct Main;
struct Depsgraph;

This needs to be implemented.

This needs to be implemented.
struct BoundBox;