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:
Diffstat (limited to 'add_mesh_geodesic_domes/__init__.py')
-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",