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-07-03 12:28:22 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-07-03 12:28:22 +0300
commit2b144940181b60c8a08b91646e167064f286a2ef (patch)
tree9b44478d3eea0af439c210588ba444f9cb13570b /mesh_tissue/dual_mesh.py
parent582119a574effd14e09b76491bb018526757d994 (diff)
mesh_tissue: fix errors, remove read me, clean up: T63477
Diffstat (limited to 'mesh_tissue/dual_mesh.py')
-rw-r--r--mesh_tissue/dual_mesh.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/mesh_tissue/dual_mesh.py b/mesh_tissue/dual_mesh.py
index eefd4c07..63735c72 100644
--- a/mesh_tissue/dual_mesh.py
+++ b/mesh_tissue/dual_mesh.py
@@ -29,16 +29,6 @@
# #
# ############################################################################ #
-bl_info = {
- "name": "Dual Mesh",
- "author": "Alessandro Zomparelli (Co-de-iT)",
- "version": (0, 4),
- "blender": (2, 8, 0),
- "location": "",
- "description": "Convert a generic mesh to its dual",
- "warning": "",
- "wiki_url": "",
- "category": "Mesh"}
import bpy
from bpy.types import Operator
@@ -131,9 +121,6 @@ class dual_mesh_tessellated(Operator):
ob.tissue_tessellate.merge = True
ob.tissue_tessellate.bool_dissolve_seams = True
if self.source_faces == 'TRI': ob.tissue_tessellate.fill_mode = 'FAN'
- print(ob1)
- print(ob0)
- print(bpy.context.object)
bpy.ops.object.update_tessellate()
ob.location = ob0.location
ob.matrix_world = ob0.matrix_world