[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56059] trunk/blender/release/scripts/ startup/bl_operators/vertexpaint_dirt.py: add back attribution field from script.

Campbell Barton ideasman42 at gmail.com
Mon Apr 15 13:29:31 CEST 2013


Revision: 56059
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56059
Author:   campbellbarton
Date:     2013-04-15 11:29:31 +0000 (Mon, 15 Apr 2013)
Log Message:
-----------
add back attribution field from script.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_operators/vertexpaint_dirt.py

Modified: trunk/blender/release/scripts/startup/bl_operators/vertexpaint_dirt.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_operators/vertexpaint_dirt.py	2013-04-15 11:08:02 UTC (rev 56058)
+++ trunk/blender/release/scripts/startup/bl_operators/vertexpaint_dirt.py	2013-04-15 11:29:31 UTC (rev 56059)
@@ -21,6 +21,7 @@
 
 # <pep8 compliant>
 
+# Contributor(s): Keith "Wahooney" Boshoff, Campbell Barton
 
 def applyVertexDirt(me, blur_iterations, blur_strength, clamp_dirt, clamp_clean, dirt_only):
     from mathutils import Vector




More information about the Bf-blender-cvs mailing list