Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-10-29 14:26:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-10-29 14:26:44 +0300
commit6f1e9a843ee3ef0a3c51155237c41e88481d2919 (patch)
treeb4a74a8ac24d45714a91bf42c4ee982e8aecc628 /release/scripts/io/export_ply.py
parente14a8635cca97f339d28744624cf1284866bc63d (diff)
Script templates, including game logic scripts from 2.4x and new operator template.
Files copied into scripts/templates will automatically appear in the menu. the operator template is a bit rough but a start.
Diffstat (limited to 'release/scripts/io/export_ply.py')
-rw-r--r--release/scripts/io/export_ply.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/io/export_ply.py b/release/scripts/io/export_ply.py
index d74cc0e9d7e..953ed4dc89e 100644
--- a/release/scripts/io/export_ply.py
+++ b/release/scripts/io/export_ply.py
@@ -278,4 +278,4 @@ menu_func = lambda self, context: self.layout.itemO("export.ply", text="Stanford
menu_item = dynamic_menu.add(bpy.types.INFO_MT_file_export, menu_func)
if __name__ == "__main__":
- bpy.ops.EXPORT_OT_ply(path="/tmp/test.ply")
+ bpy.ops.export.ply(path="/tmp/test.ply")