[Bf-extensions-cvs] [6abd6330] master: discombobulator: default to orig Author, fix contributors

meta-androcto noreply at git.blender.org
Sun Sep 8 02:19:36 CEST 2019


Commit: 6abd6330be9a1e26e19e267bd6517c85ecd9183f
Author: meta-androcto
Date:   Sun Sep 8 10:19:19 2019 +1000
Branches: master
https://developer.blender.org/rBA6abd6330be9a1e26e19e267bd6517c85ecd9183f

discombobulator: default to orig Author, fix contributors

===================================================================

M	add_mesh_discombobulator/__init__.py

===================================================================

diff --git a/add_mesh_discombobulator/__init__.py b/add_mesh_discombobulator/__init__.py
index a188ddab..88793d09 100644
--- a/add_mesh_discombobulator/__init__.py
+++ b/add_mesh_discombobulator/__init__.py
@@ -15,17 +15,14 @@
 #  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # ##### END GPL LICENSE BLOCK #####
-# Contributed to by:
-# Pontiac, Fourmadmen, varkenvarken, tuga3d, meta-androcto, metalliandy     #
-# dreampainter, cotejrp1, liero, Kayo Phoenix, sugiany, dommetysk, Jambay   #
-# Phymec, Anthony D'Agostino, Pablo Vazquez, Richard Wilks, lijenstina,     #
-# Sjaak-de-Draak, Phil Cote, cotejrp1, xyz presets by elfnor, revolt_randy, #
-
+# Contributed to by: Chichiri, Jace Priester #
+# codemanx, blender dev team, Lijenstina, Spivak Vladimir (cwolf3d) #
+# Originally by Evan J. Rosky (syrux)
 
 bl_info = {
     "name": "Discombobulator",
-    "author": "Multiple Authors",
-    "version": (0, 0, 9),
+    "author": "Evan J. Rosky (syrux)",
+    "version": (0, 1, 0),
     "blender": (2, 80, 0),
     "location": "View3D > Add > Mesh",
     "description": "Add Discombobulator",



More information about the Bf-extensions-cvs mailing list