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_export_pc2.py
parent52efcbc744959deb4c36e2c723b63d8cc49e946d (diff)
changes Operator names for new, stricter checking.
Diffstat (limited to 'io_export_pc2.py')
-rw-r--r--io_export_pc2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_export_pc2.py b/io_export_pc2.py
index 80359e67..a8a468cb 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -107,7 +107,7 @@ def do_export(context, props, filepath):
###### EXPORT OPERATOR #######
class Export_pc2(bpy.types.Operator, ExportHelper):
'''Exports the active Object as a .pc2 Pointcache file.'''
- bl_idname = "export_pc2"
+ bl_idname = "export_shape.pc2"
bl_label = "Export Pointcache (.pc2)"
filename_ext = ".pc2"