From c9d72f40ca32960e74860ef3928e5d4eeb345384 Mon Sep 17 00:00:00 2001 From: lijenstina Date: Mon, 4 Sep 2017 00:40:39 +0200 Subject: 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 --- oscurart_tools/oscurart_meshes.py | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3