[Bf-blender-cvs] [86f6c15809c] soc-2018-bevel: Removed redundant comment in BMesh

Rohan Rathi noreply at git.blender.org
Sun Aug 5 05:20:05 CEST 2018


Commit: 86f6c15809c672847bd8c62a9f166bf096ccd85c
Author: Rohan Rathi
Date:   Sat Aug 4 22:11:11 2018 +0530
Branches: soc-2018-bevel
https://developer.blender.org/rB86f6c15809c672847bd8c62a9f166bf096ccd85c

Removed redundant comment in BMesh

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

M	release/scripts/addons
M	source/blender/bmesh/bmesh_class.h

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

diff --git a/release/scripts/addons b/release/scripts/addons
index 371960484a3..27970761a18 160000
--- a/release/scripts/addons
+++ b/release/scripts/addons
@@ -1 +1 @@
-Subproject commit 371960484a38fc64e0a2635170a41a0d8ab2f6bd
+Subproject commit 27970761a18926abe1b0020aa350305e3109a537
diff --git a/source/blender/bmesh/bmesh_class.h b/source/blender/bmesh/bmesh_class.h
index 5ff1d2c970f..70884454ce5 100644
--- a/source/blender/bmesh/bmesh_class.h
+++ b/source/blender/bmesh/bmesh_class.h
@@ -238,7 +238,7 @@ typedef struct BMesh {
 	struct BLI_mempool *looplistpool;
 #endif
 
-	struct MLoopNorSpaceArray *lnor_spacearr;  /* Stores MLoopNorSpaceArray for this BMesh */
+	struct MLoopNorSpaceArray *lnor_spacearr;
 	char spacearr_dirty;
 
 	/* should be copy of scene select mode */



More information about the Bf-blender-cvs mailing list