[Bf-blender-cvs] [075e7a73486] asset-greasepencil: GPencil: Comment clenaup

Antonio Vazquez noreply at git.blender.org
Tue Jul 20 16:53:10 CEST 2021


Commit: 075e7a734862c6188d4b6949bcfd90993ea32c5c
Author: Antonio Vazquez
Date:   Mon Jul 19 16:58:56 2021 +0200
Branches: asset-greasepencil
https://developer.blender.org/rB075e7a734862c6188d4b6949bcfd90993ea32c5c

GPencil: Comment clenaup

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

M	source/blender/editors/gpencil/gpencil_asset.c

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

diff --git a/source/blender/editors/gpencil/gpencil_asset.c b/source/blender/editors/gpencil/gpencil_asset.c
index eb4f33c1094..934143d08cc 100644
--- a/source/blender/editors/gpencil/gpencil_asset.c
+++ b/source/blender/editors/gpencil/gpencil_asset.c
@@ -252,7 +252,7 @@ static int gpencil_asset_create_exec(bContext *C, wmOperator *op)
     }
   }
 
-  /* Set origin to bounding box of  strokes. */
+  /* Set origin to bounding box of strokes. */
   if (reset_origin) {
     float gpcenter[3];
     BKE_gpencil_centroid_3d(gpd, gpcenter);



More information about the Bf-blender-cvs mailing list