Cleanup: duplicating doc-strings

This commit is contained in:
Campbell Barton 2022-05-04 13:44:23 +10:00
parent db63945c36
commit 8cb30c079d
1 changed files with 1 additions and 7 deletions

View File

@ -4145,13 +4145,7 @@ static bool vertex_color_set(Object *ob, ColorPaint4f paintcol_in, Color *color_
}
/**
* Fills the object's active color attribute layer with the fill color.
*
* \param[in] ob: The object.
* \param[in] fill_color: The fill color.
* \param[in] only_selected: Limit the fill to selected faces or vertices.
*
* \return #true if successful.
* See doc-string for #BKE_object_attributes_active_color_fill.
*/
static bool paint_object_attributes_active_color_fill_ex(Object *ob,
ColorPaint4f fill_color,