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-22 14:36:26 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-22 14:36:26 +0300
commit8f409de8dccd73eb10edd6ab71d92449bd8bf258 (patch)
treef28a4a85544644a5e673ba38f5f04674cd90798d /add_mesh_BoltFactory/createMesh.py
parent55b918828fdea861aa0f2dcb601717386df896f9 (diff)
bolt factory: revert last commit. Breaks Builds
Diffstat (limited to 'add_mesh_BoltFactory/createMesh.py')
-rw-r--r--add_mesh_BoltFactory/createMesh.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/add_mesh_BoltFactory/createMesh.py b/add_mesh_BoltFactory/createMesh.py
index 8b204427..6c18eeef 100644
--- a/add_mesh_BoltFactory/createMesh.py
+++ b/add_mesh_BoltFactory/createMesh.py
@@ -2001,6 +2001,7 @@ def Create_New_Mesh(props, context):
is_not_mesh_valid = mesh.validate()
if is_not_mesh_valid:
- props.report({'INFO'}, "Mesh is not Valid, correcting")
+ print("\n[BoltFactory]\nFunction: create_mesh_object\n"
+ "Mesh is not Valid, correcting\n")
- return mesh
+ object_data_add(context, mesh, operator=props)