Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-08 02:41:06 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-08 02:41:06 +0300
commit0d912f890ab2311fb6b942406e9233cb56083b6b (patch)
tree715ffb56c542056c5e262023c9ba0d1cc1c35e4f /add_mesh_geodesic_domes
parentcc015d58894db449d383a92522fbc6d8535eff67 (diff)
geodesic_domes: default to orig Author, fix contributors
Diffstat (limited to 'add_mesh_geodesic_domes')
-rw-r--r--add_mesh_geodesic_domes/__init__.py5
1 files changed, 4 insertions, 1 deletions
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",