From 75fc1c35070e0cf247f2d2e4cffe8a6e711522ff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Jun 2018 18:19:39 +0200 Subject: Cleanup: trailing whitespace (comment blocks) Strip unindented comment blocks - mainly headers to avoid conflicts. --- source/blender/modifiers/intern/MOD_skin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_skin.c') diff --git a/source/blender/modifiers/intern/MOD_skin.c b/source/blender/modifiers/intern/MOD_skin.c index 3b92303d2c5..9fe1dad1fff 100644 --- a/source/blender/modifiers/intern/MOD_skin.c +++ b/source/blender/modifiers/intern/MOD_skin.c @@ -28,7 +28,7 @@ /* Implementation based in part off the paper "B-Mesh: A Fast Modeling * System for Base Meshes of 3D Articulated Shapes" (Zhongping Ji, * Ligang Liu, Yigang Wang) - * + * * Note that to avoid confusion with Blender's BMesh data structure, * this tool is renamed as the Skin modifier. * @@ -36,7 +36,7 @@ * http://www.math.zju.edu.cn/ligangliu/CAGD/Projects/BMesh/ * * The main missing features in this code compared to the paper are: - * + * * + No mesh evolution. The paper suggests iteratively subsurfing the * skin output and adapting the output to better conform with the * spheres of influence surrounding each vertex. -- cgit v1.2.3