Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Rathi <rohanrathi08@gmail.com>2018-08-04 20:01:53 +0300
committerRohan Rathi <rohanrathi08@gmail.com>2018-08-04 20:01:53 +0300
commit997b35f57a5454b5a43d47fddd84459bd19936f0 (patch)
tree9892b4b7ef05c481ac9594ba17751e3d7c8115a3 /source/blender/bmesh/intern/bmesh_mesh.c
parente8748e5ae7955b31c17c6cddb5e092202b39fcfd (diff)
Added comments on hn_mode, BMOps on bevel
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_mesh.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh.c b/source/blender/bmesh/intern/bmesh_mesh.c
index 96707335081..4059cf27f23 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.c
+++ b/source/blender/bmesh/intern/bmesh_mesh.c
@@ -320,7 +320,6 @@ void BM_mesh_free(BMesh *bm)
*/
/* We use that existing internal API flag, assuming no other tool using it would run concurrently to clnors editing. */
-/* XXX Should we rather add a new internal flag? */
#define BM_LNORSPACE_UPDATE _FLAG_MF
typedef struct BMEdgesCalcVectorsData {
@@ -1077,7 +1076,6 @@ void BM_lnorspacearr_store(BMesh *bm, float(*r_lnors)[3])
bm->spacearr_dirty &= ~(BM_SPACEARR_DIRTY | BM_SPACEARR_DIRTY_ALL);
}
-/* will change later */
#define CLEAR_SPACEARRAY_THRESHOLD(x) ((x) / 2)
void BM_lnorspace_invalidate(BMesh *bm, const bool do_invalidate_all)