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>2019-02-05 01:15:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-05 01:17:00 +0300
commit40f2afcf1d271e14c196116d86ddee3569d41c0a (patch)
tree5af7a8cc160765ecb870a8f5707f510ce2d03ca3 /release/scripts/startup/bl_operators
parentab5e69e6609d3724423021b011bc711d7dbf8a5d (diff)
Cleanup: remove contributors for Python files
Following removal from C source code. See: 8c68ed6df16d8893
Diffstat (limited to 'release/scripts/startup/bl_operators')
-rw-r--r--release/scripts/startup/bl_operators/vertexpaint_dirt.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_operators/vertexpaint_dirt.py b/release/scripts/startup/bl_operators/vertexpaint_dirt.py
index e0bc5286bfe..fdd844cf64f 100644
--- a/release/scripts/startup/bl_operators/vertexpaint_dirt.py
+++ b/release/scripts/startup/bl_operators/vertexpaint_dirt.py
@@ -21,8 +21,6 @@
# <pep8 compliant>
-# Contributor(s): Keith "Wahooney" Boshoff, Campbell Barton, Sybren A. Stüvel
-
def get_vcolor_layer_data(me):
for lay in me.vertex_colors: