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>2017-04-13 11:48:35 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-04-13 11:48:35 +0300
commit90dcb91c8b2aa653b922bbc35003faed09c7f54a (patch)
tree93622ca864e8c1343a47f7a6a026591e068ac7bb /add_mesh_extra_objects/__init__.py
parent0b2d9d5394c8c8a1506b5d8bc53ae3b61ec89eef (diff)
add mesh extra objects: add triangle mesh: T36524
Diffstat (limited to 'add_mesh_extra_objects/__init__.py')
-rw-r--r--add_mesh_extra_objects/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py
index b3eb833d..a4290b35 100644
--- a/add_mesh_extra_objects/__init__.py
+++ b/add_mesh_extra_objects/__init__.py
@@ -61,6 +61,7 @@ if "bpy" in locals():
importlib.reload(geodesic_classes_271)
importlib.reload(third_domes_panel_271)
importlib.reload(vefm_271)
+ importlib.reload(add_mesh_triangles)
else:
from . import add_mesh_star
from . import add_mesh_twisted_torus
@@ -83,6 +84,7 @@ else:
from . import add_mesh_beam_builder
from . import Wallfactory
from . import Blocks
+ from . import add_mesh_triangles
from .geodesic_domes import add_shape_geodesic
from .geodesic_domes import forms_271
@@ -162,7 +164,7 @@ class INFO_MT_mesh_math_add(Menu):
layout.operator("mesh.primitive_xyz_function_surface",
text="XYZ Math Surface")
self.layout.operator("mesh.primitive_solid_add", text="Regular Solid")
-
+ self.layout.operator("mesh.make_triangle", icon = "MESH_DATA")
class INFO_MT_mesh_mech(Menu):
# Define the "Math Function" menu