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:
authorlijenstina <lijenstina@gmail.com>2017-09-04 01:40:39 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-09-04 16:13:05 +0300
commitc9d72f40ca32960e74860ef3928e5d4eeb345384 (patch)
tree2aeef34397a2354fd72da4878c0761833c11bcec
parenta214dbe4738e24fd6e4ede2507603ccc6c66c527 (diff)
Oscurart Tools: Remove duplicate bl_idname entry
Remove duplicate bl_idname entry from the the OscObjectToMesh operator Safe to include in release No other functional changes
-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