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
This commit is contained in:
Vuk Gardašević 2017-09-04 00:40:39 +02:00 committed by Bastien Montagne
parent a214dbe473
commit c9d72f40ca
1 changed files with 0 additions and 1 deletions

View File

@ -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