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 'mesh_tools/mesh_cut_faces.py')
-rw-r--r--mesh_tools/mesh_cut_faces.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mesh_tools/mesh_cut_faces.py b/mesh_tools/mesh_cut_faces.py
index a5297c9f..23324f1c 100644
--- a/mesh_tools/mesh_cut_faces.py
+++ b/mesh_tools/mesh_cut_faces.py
@@ -4,7 +4,8 @@ bl_info = {
"version" : (1, 0, 0),
"blender" : (2, 80, 0),
"description" : "Cut Faces and Deselect Boundary operators",
- "category" : "Mesh",}
+ "category" : "Mesh",
+}
import bpy
import bmesh