[Bf-extensions-cvs] [0d912f89] master: geodesic_domes: default to orig Author, fix contributors

meta-androcto noreply at git.blender.org
Sun Sep 8 01:41:26 CEST 2019


Commit: 0d912f890ab2311fb6b942406e9233cb56083b6b
Author: meta-androcto
Date:   Sun Sep 8 09:41:06 2019 +1000
Branches: master
https://developer.blender.org/rBA0d912f890ab2311fb6b942406e9233cb56083b6b

geodesic_domes: default to orig Author, fix contributors

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

M	add_mesh_geodesic_domes/__init__.py

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

diff --git a/add_mesh_geodesic_domes/__init__.py b/add_mesh_geodesic_domes/__init__.py
index dcc78be3..f27b62ab 100644
--- a/add_mesh_geodesic_domes/__init__.py
+++ b/add_mesh_geodesic_domes/__init__.py
@@ -15,10 +15,13 @@
 #  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # ##### END GPL LICENSE BLOCK #####
+# Contributed to by PKHG, Meta Androcto, Noctumsolis, Lijenstina, 
+# Spivak Vladimir (cwolf3d)
+# Origunally an addon by Andy Houston
 
 bl_info = {
     "name": "Geodesic Domes",
-    "author": "Noctumsolis, PKHG, Meta Androcto, Andy Houston",
+    "author": "Andy Houston",
     "version": (0, 3, 4),
     "blender": (2, 80, 0),
     "location": "View3D > Add > Mesh",



More information about the Bf-extensions-cvs mailing list