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:
authorCampbell Barton <ideasman42@gmail.com>2013-04-15 15:29:31 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-15 15:29:31 +0400
commit82bf87772e5279f91995dda914da74b2a26d3e56 (patch)
treed663b044feade9e1880bc9f340be708e8cd9d17b /release/scripts/startup/bl_operators/vertexpaint_dirt.py
parent427f56f1f0a3ceae1e27dc593bbb05b3919a1a2a (diff)
add back attribution field from script.
Diffstat (limited to 'release/scripts/startup/bl_operators/vertexpaint_dirt.py')
-rw-r--r--release/scripts/startup/bl_operators/vertexpaint_dirt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/vertexpaint_dirt.py b/release/scripts/startup/bl_operators/vertexpaint_dirt.py
index e2a820b761a..a27f606caf9 100644
--- a/release/scripts/startup/bl_operators/vertexpaint_dirt.py
+++ b/release/scripts/startup/bl_operators/vertexpaint_dirt.py
@@ -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