GPv3: Python API for frame, drawing and drawing attributes #124787

Merged
Falk David merged 22 commits from filedescriptor/blender:gpv3-drawing-python-api into main 2024-07-26 16:30:21 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 98ab9ee5cb - Show all commits

View File

@ -683,8 +683,8 @@ static void rna_AttributeGroup_update_active(Main *bmain, Scene *scene, PointerR
}
static void rna_AttributeGroup_update_active_color(Main * /*bmain*/,
Scene * /*scene*/,
PointerRNA *ptr)
Scene * /*scene*/,
PointerRNA *ptr)
{
ID *id = ptr->owner_id;

View File

@ -23,8 +23,8 @@ const EnumPropertyItem rna_enum_tree_node_move_type_items[] = {
#ifdef RNA_RUNTIME
# include "BKE_report.hh"
# include "BKE_grease_pencil.hh"
# include "BKE_report.hh"
# include "DEG_depsgraph.hh"