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:
Diffstat (limited to 'release/scripts/obj_export.py')
-rw-r--r--release/scripts/obj_export.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/release/scripts/obj_export.py b/release/scripts/obj_export.py
index 3650409e6e7..d39d9969859 100644
--- a/release/scripts/obj_export.py
+++ b/release/scripts/obj_export.py
@@ -7,6 +7,19 @@ Group: 'Export'
Tooltip: 'Save a Wavefront OBJ File'
"""
+__author__ = "Campbell Barton"
+__url__ = ["blender", "elysiun"]
+__version__ = "0.9"
+
+__bpydoc__ = """\
+This script is an exporter to OBJ file format.
+
+Usage:
+
+Run this script from "File->Export" menu to export all meshes.
+"""
+
+
# --------------------------------------------------------------------------
# OBJ Export v0.9 by Campbell Barton (AKA Ideasman)
# --------------------------------------------------------------------------