[Bf-extensions-cvs] [3c6eef90] master: Oscurart Tools: Remove duplicate bl_idname entry

lijenstina noreply at git.blender.org
Mon Sep 4 00:41:26 CEST 2017


Commit: 3c6eef90704ea6231f9255cced57a78750408aa5
Author: lijenstina
Date:   Mon Sep 4 00:40:39 2017 +0200
Branches: master
https://developer.blender.org/rBA3c6eef90704ea6231f9255cced57a78750408aa5

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