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-06 07:25:48 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-06 07:26:38 +0300
commit100f628eb3a1ee7aac31c80a6e53ac1447ab3fbf (patch)
treed189ccf94cbf8a68e99bc849b4939f89b6596a5a /add_mesh_geodesic_domes
parentc49ac6dee0e7f8ae81798be3c98d73ea7602ae95 (diff)
add_mesh_geodesic_domes: add icon, bl_info: fix name
Diffstat (limited to 'add_mesh_geodesic_domes')
-rw-r--r--add_mesh_geodesic_domes/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/add_mesh_geodesic_domes/__init__.py b/add_mesh_geodesic_domes/__init__.py
index d18de0c1..dcc78be3 100644
--- a/add_mesh_geodesic_domes/__init__.py
+++ b/add_mesh_geodesic_domes/__init__.py
@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- "name": "Geodesic Domes2",
+ "name": "Geodesic Domes",
"author": "Noctumsolis, PKHG, Meta Androcto, Andy Houston",
"version": (0, 3, 4),
"blender": (2, 80, 0),
@@ -186,7 +186,7 @@ def menu_func(self, context):
lay_out.separator()
lay_out.operator("mesh.generate_geodesic_dome",
- text="Geodesic Dome")
+ text="Geodesic Dome", icon="MESH_ICOSPHERE")
# Register
classes = [