[Bf-blender-cvs] [8cb30c079d1] master: Cleanup: duplicating doc-strings

Campbell Barton noreply at git.blender.org
Wed May 4 05:52:58 CEST 2022


Commit: 8cb30c079d1d0751b14723e44021ff36aa3fe1d5
Author: Campbell Barton
Date:   Wed May 4 13:44:23 2022 +1000
Branches: master
https://developer.blender.org/rB8cb30c079d1d0751b14723e44021ff36aa3fe1d5

Cleanup: duplicating doc-strings

===================================================================

M	source/blender/editors/sculpt_paint/paint_vertex.cc

===================================================================

diff --git a/source/blender/editors/sculpt_paint/paint_vertex.cc b/source/blender/editors/sculpt_paint/paint_vertex.cc
index a1dac4e6ce5..16b22775b9e 100644
--- a/source/blender/editors/sculpt_paint/paint_vertex.cc
+++ b/source/blender/editors/sculpt_paint/paint_vertex.cc
@@ -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,



More information about the Bf-blender-cvs mailing list