[Bf-extensions-cvs] [c9d72f40] blender-v2.79-release: Oscurart Tools: Remove duplicate bl_idname entry

lijenstina noreply at git.blender.org
Mon Sep 4 15:17:33 CEST 2017


Commit: c9d72f40ca32960e74860ef3928e5d4eeb345384
Author: lijenstina
Date:   Mon Sep 4 00:40:39 2017 +0200
Branches: blender-v2.79-release
https://developer.blender.org/rBAc9d72f40ca32960e74860ef3928e5d4eeb345384

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

===================================================================

M	oscurart_tools/oscurart_meshes.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list