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 'oscurart_tools/oscurart_meshes.py')
-rw-r--r--oscurart_tools/oscurart_meshes.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/oscurart_tools/oscurart_meshes.py b/oscurart_tools/oscurart_meshes.py
index f3bec35f..f6ba46ff 100644
--- a/oscurart_tools/oscurart_meshes.py
+++ b/oscurart_tools/oscurart_meshes.py
@@ -328,7 +328,6 @@ def DefOscObjectToMesh():
class OscObjectToMesh(Operator):
"""It creates a copy of the final state of the object as it being see in the viewport"""
bl_idname = "mesh.object_to_mesh_osc"
- bl_idname = "mesh.object_to_mesh_osc"
bl_label = "Object To Mesh"
@classmethod