GPv3: Python API for frame, drawing and drawing attributes #124787
@ -1018,8 +1018,7 @@ inline bool GreasePencil::has_active_group() const
|
||||
return (this->active_node != nullptr) && (this->active_node->wrap().is_group());
|
||||
}
|
||||
|
||||
bool BKE_grease_pencil_drawing_attribute_required(const GreasePencilDrawing * /*drawing*/,
|
||||
const char *name);
|
||||
bool BKE_grease_pencil_drawing_attribute_required(const GreasePencilDrawing *, const char *name);
|
||||
filedescriptor marked this conversation as resolved
Outdated
|
||||
|
||||
void *BKE_grease_pencil_add(Main *bmain, const char *name);
|
||||
GreasePencil *BKE_grease_pencil_new_nomain();
|
||||
|
Loading…
Reference in New Issue
Block a user
remove comment