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>2012-12-19 19:42:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-19 19:42:01 +0400
commit90a7492448113b330b9f5e7f2795535ce2e3ddcc (patch)
tree7dc85c7fe6cbd2b43be24b994c8ea30c4f4c09f8 /io_import_scene_dxf.py
parentbc39851534bce45e8f325bc4c5861bd43eadf344 (diff)
formatting edits for bl_info
Diffstat (limited to 'io_import_scene_dxf.py')
-rw-r--r--io_import_scene_dxf.py26
1 files changed, 13 insertions, 13 deletions
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index f0cc671e..2547a49c 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -17,19 +17,19 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- 'name': 'Import Autocad DXF Format (.dxf)',
- 'author': 'Thomas Larsson, Remigiusz Fiedler',
- 'version': (0, 1, 6),
- 'blender': (2, 6, 3),
- 'location': 'File > Import > Autocad (.dxf)',
- 'description': 'Import files in the Autocad DXF format (.dxf)',
- 'warning': 'Under construction! Visit Wiki for details.',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'\
- 'Scripts/Import-Export/DXF_Importer',
- 'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
- 'func=detail&aid=23480',
- 'support': 'OFFICIAL',
- 'category': 'Import-Export',
+ "name": "Import Autocad DXF Format (.dxf)",
+ "author": "Thomas Larsson, Remigiusz Fiedler",
+ "version": (0, 1, 6),
+ "blender": (2, 6, 3),
+ "location": "File > Import > Autocad (.dxf)",
+ "description": "Import files in the Autocad DXF format (.dxf)",
+ "warning": "Under construction! Visit Wiki for details.",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Import-Export/DXF_Importer",
+ "tracker_url": "https://projects.blender.org/tracker/index.php?"
+ "func=detail&aid=23480",
+ "support": "OFFICIAL",
+ "category": "Import-Export",
}
"""