Commit: ffe4840c2b98c16514421977e464191d7a1cab7a
Author: Antonio Vazquez
Date:   Mon Sep 5 17:04:23 2022 +0200
Branches: master
https://developer.blender.org/rBffe4840c2b98c16514421977e464191d7a1cab7a

Cleanup: Add parameter auto_flip documentation

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

M       source/blender/blenkernel/BKE_gpencil_geom.h

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

diff --git a/source/blender/blenkernel/BKE_gpencil_geom.h 
b/source/blender/blenkernel/BKE_gpencil_geom.h
index 88244ec9d64..cbaf118e803 100644
--- a/source/blender/blenkernel/BKE_gpencil_geom.h
+++ b/source/blender/blenkernel/BKE_gpencil_geom.h
@@ -401,6 +401,7 @@ void BKE_gpencil_stroke_set_random_color(struct bGPDstroke 
*gps);
 
 /**
  * Join two strokes using the shortest distance (reorder stroke if necessary).
+ *  \param auto_flip: Flip the stroke if the join between two strokes is not 
end->start points.
  */
 void BKE_gpencil_stroke_join(struct bGPDstroke *gps_a,
                              struct bGPDstroke *gps_b,

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to