[Bf-blender-cvs] [0f04bf8cd68] master: Cleanup: Follow the commenting convention

mano-wii noreply at git.blender.org
Thu Dec 12 16:06:40 CET 2019


Commit: 0f04bf8cd68675efc47212f2b1fe490392baf083
Author: mano-wii
Date:   Thu Dec 12 12:03:27 2019 -0300
Branches: master
https://developer.blender.org/rB0f04bf8cd68675efc47212f2b1fe490392baf083

Cleanup: Follow the commenting convention

Capital letter and full stop.

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

M	source/blender/makesdna/DNA_modifier_types.h

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

diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 0ed9a7f3e5e..0b61e312846 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -1814,10 +1814,10 @@ enum {
 typedef struct WeldModifierData {
   ModifierData modifier;
 
-  /* the limit below which to merge vertices in adjacent duplicates */
+  /* The limit below which to merge vertices. */
   float merge_dist;
   unsigned int max_interactions;
-  /** Name of vertex group to use to mask, MAX_VGROUP_NAME. */
+  /* Name of vertex group to use to mask, MAX_VGROUP_NAME. */
   char defgrp_name[64];
 } WeldModifierData;



More information about the Bf-blender-cvs mailing list