[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50291] branches/soc-2012-sushi/source/ blender: Set contributor's name in Laplacian Smooth files.

Alexander Pinzon apinzonf at gmail.com
Fri Aug 31 16:06:21 CEST 2012


Revision: 50291
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50291
Author:   apinzonf
Date:     2012-08-31 14:06:21 +0000 (Fri, 31 Aug 2012)
Log Message:
-----------
Set contributor's name in Laplacian Smooth files.

Modified Paths:
--------------
    branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_smooth_laplacian.c
    branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c

Modified: branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_smooth_laplacian.c
===================================================================
--- branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_smooth_laplacian.c	2012-08-31 13:43:56 UTC (rev 50290)
+++ branches/soc-2012-sushi/source/blender/bmesh/operators/bmo_smooth_laplacian.c	2012-08-31 14:06:21 UTC (rev 50291)
@@ -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 *****
  */

Modified: branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c
===================================================================
--- branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c	2012-08-31 13:43:56 UTC (rev 50290)
+++ branches/soc-2012-sushi/source/blender/modifiers/intern/MOD_laplaciansmooth.c	2012-08-31 14:06:21 UTC (rev 50291)
@@ -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 *****
  *




More information about the Bf-blender-cvs mailing list