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:
authorCampbell Barton <ideasman42@gmail.com>2011-01-24 16:19:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-24 16:19:05 +0300
commit2275bac468132a9e3b82e3b2d1138a86e4294a86 (patch)
tree207158bb4a2bd0f307f16ced540fe7fd6c9b7a10 /io_coat3D
parent52efcbc744959deb4c36e2c723b63d8cc49e946d (diff)
changes Operator names for new, stricter checking.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/coat.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index e6401100..fbda5575 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -174,7 +174,7 @@ class SCENE_PT_Borgleader(ObjectButtonsPanel,bpy.types.Panel):
class SCENE_OT_export(bpy.types.Operator):
- bl_idname = "exportbutton"
+ bl_idname = "export_applink.pilgway_3d_coat"
bl_label = "Export your custom property"
bl_description = "Export your custom property"
@@ -239,7 +239,7 @@ class SCENE_OT_export(bpy.types.Operator):
class SCENE_OT_import(bpy.types.Operator):
- bl_idname = "importbutton"
+ bl_idname = "import_applink.pilgway_3d_coat"
bl_label = "import your custom property"
bl_description = "import your custom property"
@@ -374,7 +374,7 @@ class SCENE_OT_import(bpy.types.Operator):
return('FINISHED')
class SCENE_OT_load3b(bpy.types.Operator):
- bl_idname = "load3b"
+ bl_idname = "import_applink.pilgway_3d_coat_3b"
bl_label = "Loads 3b linked into object"
bl_description = "Loads 3b linked into object"
@@ -399,7 +399,7 @@ class SCENE_OT_load3b(bpy.types.Operator):
return('FINISHED')
class SCENE_OT_deltex(bpy.types.Operator):
- bl_idname = "deltex"
+ bl_idname = "import_applink.pilgway_3d_deltex" # XXX, name?
bl_label = "Picks Object's name into path"
bl_description = "Loads 3b linked into object"