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:
authorAlexander Pinzon <apinzonf@gmail.com>2012-08-31 18:06:21 +0400
committerAlexander Pinzon <apinzonf@gmail.com>2012-08-31 18:06:21 +0400
commit30d4bdcb01f6b9081718365b97b78b76bdeebfc2 (patch)
tree0f77f2e9d77dc7f7d7ee56e57361de8133b3a934
parentcfbb0e673c08bd5267803b534654d26062772c11 (diff)
Set contributor's name in Laplacian Smooth files.
-rw-r--r--source/blender/bmesh/operators/bmo_smooth_laplacian.c3
-rw-r--r--source/blender/modifiers/intern/MOD_laplaciansmooth.c7
2 files changed, 2 insertions, 8 deletions
diff --git a/source/blender/bmesh/operators/bmo_smooth_laplacian.c b/source/blender/bmesh/operators/bmo_smooth_laplacian.c
index 8d279b99342..ccbc85a617c 100644
--- a/source/blender/bmesh/operators/bmo_smooth_laplacian.c
+++ b/source/blender/bmesh/operators/bmo_smooth_laplacian.c
@@ -15,8 +15,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
- * Contributor(s): Joseph Eagar,
- * Alexander Pinzon
+ * Contributor(s): Alexander Pinzon
*
* ***** END GPL LICENSE BLOCK *****
*/
diff --git a/source/blender/modifiers/intern/MOD_laplaciansmooth.c b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
index cf653ac2d2a..9d32a03da16 100644
--- a/source/blender/modifiers/intern/MOD_laplaciansmooth.c
+++ b/source/blender/modifiers/intern/MOD_laplaciansmooth.c
@@ -18,12 +18,7 @@
* The Original Code is Copyright (C) 2005 by the Blender Foundation.
* All rights reserved.
*
- * Contributor(s): Daniel Dunbar
- * Ton Roosendaal,
- * Ben Batt,
- * Brecht Van Lommel,
- * Campbell Barton,
- * Alexander Pinzon
+ * Contributor(s): Alexander Pinzon
*
* ***** END GPL LICENSE BLOCK *****
*