From 32e4e0f8737d3441e621b7da4640a6041fa69c01 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 25 Aug 2012 17:42:15 +0000 Subject: add conjugate_qt_qt(), also some code cleanup and use const for 'rotOrders' var in math_rotation.c --- source/blender/bmesh/intern/bmesh_mods.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/intern/bmesh_mods.c b/source/blender/bmesh/intern/bmesh_mods.c index fc270c61113..73e2d83520c 100644 --- a/source/blender/bmesh/intern/bmesh_mods.c +++ b/source/blender/bmesh/intern/bmesh_mods.c @@ -174,7 +174,7 @@ int BM_disk_dissolve(BMesh *bm, BMVert *v) f = BM_faces_join_pair(bm, e->l->f, e->l->radial_next->f, e, TRUE); /* return if couldn't join faces in manifold * conditions */ - //!disabled for testing why bad things happen + /* !disabled for testing why bad things happen */ if (!f) { return FALSE; } -- cgit v1.2.3