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:
-rw-r--r--development_api_navigator.py4
-rw-r--r--io_anim_camera.py6
-rw-r--r--io_curve_svg/__init__.py6
-rw-r--r--io_export_directx_x.py6
-rw-r--r--io_export_pc2.py8
-rw-r--r--io_export_unreal_psk_psa.py6
-rw-r--r--io_import_gimp_image_to_scene.py8
-rw-r--r--io_import_scene_dxf.py8
-rw-r--r--io_import_scene_mhx.py2
-rw-r--r--io_import_scene_unreal_psk.py8
-rw-r--r--io_mesh_raw/__init__.py8
-rw-r--r--io_scene_m3/__init__.py8
12 files changed, 39 insertions, 39 deletions
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 448b555b..addc0d29 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -24,9 +24,9 @@ bl_info = {
"author": "Dany Lebel (Axon_D)",
"version": (1, 0, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 36079,
"location": "Text Editor > Properties > API Navigator Panel",
- "description": "Allows to explore the python api via the user interface",
+ "description": "Allows exploration of the python api via the user interface",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Text_Editor/API_Navigator",
diff --git a/io_anim_camera.py b/io_anim_camera.py
index 404a8cd0..22b2cf0d 100644
--- a/io_anim_camera.py
+++ b/io_anim_camera.py
@@ -23,9 +23,9 @@ bl_info = {
"author": "Campbell Barton",
"version": (0, 1),
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Export > Camera Animation",
- "description": "Export Cameras & Markers",
+ "api": 36079,
+ "location": "File > Export > Cameras & Markers (.py)",
+ "description": "Export Cameras & Markers (.py)",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Camera_Animation",
diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py
index d41e79e8..a0e5a70c 100644
--- a/io_curve_svg/__init__.py
+++ b/io_curve_svg/__init__.py
@@ -22,9 +22,9 @@ bl_info = {
"name": "Scalable Vector Graphics (SVG) 1.1 format",
"author": "Sergey Sharybin",
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Import-Export",
- "description": "Import SVG",
+ "api": 36079,
+ "location": "File > Import > Scalable Vector Graphics (.svg)",
+ "description": "Import SVG as curves",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/SVG",
diff --git a/io_export_directx_x.py b/io_export_directx_x.py
index daa68fc5..cf8376ab 100644
--- a/io_export_directx_x.py
+++ b/io_export_directx_x.py
@@ -20,9 +20,9 @@ bl_info = {
"author": "Chris Foster (Kira Vakaan)",
"version": (2, 1),
"blender": (2, 5, 7),
- "api": 35927,
- "location": "File > Export",
- "description": "Export to the DirectX Model Format (.x)",
+ "api": 36079,
+ "location": "File > Export > DirectX (.x)",
+ "description": "Export DirectX Model Format (.x)",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/DirectX_Exporter",
diff --git a/io_export_pc2.py b/io_export_pc2.py
index 4bd8a3c9..53303fc4 100644
--- a/io_export_pc2.py
+++ b/io_export_pc2.py
@@ -17,13 +17,13 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- "name": "Export Pointcache (.pc2)",
+ "name": "Export Pointcache Format(.pc2)",
"author": "Florian Meyer (tstscr)",
"version": (1, 0),
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Export",
- "description": "Export Mesh Pointcache to .pc2",
+ "api": 36079,
+ "location": "File > Export > Pointcache (.pc2)",
+ "description": "Export mesh Pointcache data (.pc2)",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/PC2_Pointcache_export",
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 77f1e2e3..8f47b0fd 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -16,13 +16,13 @@
# ***** GPL LICENSE BLOCK *****
bl_info = {
- "name": "Export Skeleletal Mesh/Animation Data",
+ "name": "Export Unreal Engine Format(.psk/.psa)",
"author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft/VendorX",
"version": (2, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 36079,
"location": "File > Export > Skeletal Mesh/Animation Data (.psk/.psa)",
- "description": "Export Unreal Engine (.psk)",
+ "description": "Export Skeleletal Mesh/Animation Data",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Unreal_psk_psa",
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py
index 43c455f8..8c1964d4 100644
--- a/io_import_gimp_image_to_scene.py
+++ b/io_import_gimp_image_to_scene.py
@@ -17,13 +17,13 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- "name": "Import GIMP Image to Scene (.xcf, .xjt)",
+ "name": "Import GIMP Image to Scene (.xcf/.xjt)",
"author": "Daniel Salazar (ZanQdo)",
"version": (2, 0, 0),
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Import > GIMP Image to Scene(.xcf, .xjt)",
- "description": "Imports GIMP multilayer image files into 3D Layers",
+ "api": 36079,
+ "location": "File > Import > GIMP Image to Scene(.xcf/.xjt)",
+ "description": "Imports GIMP multilayer image files as a series of multiple planes",
"warning": "XCF import requires xcftools installed",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/GIMPImageToScene",
diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py
index 6ed2dc4e..96344ea2 100644
--- a/io_import_scene_dxf.py
+++ b/io_import_scene_dxf.py
@@ -17,14 +17,14 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- 'name': 'Import Autocad DXF (.dxf)',
+ 'name': 'Import Autocad DXF Format (.dxf)',
'author': 'Thomas Larsson, Remigiusz Fiedler',
'version': (0, 1, 5),
"blender": (2, 5, 7),
- "api": 35622,
- 'location': 'File > Import',
+ "api": 36079,
+ 'location': 'File > Import > Autocad (.dxf)',
'description': 'Import files in the Autocad DXF format (.dxf)',
- 'warning': 'only a part of DXF specification is supported, WIP',
+ 'warning': 'only a part of DXF specification is supported: Work in Progress',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
'Scripts/Import-Export/DXF_Importer',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 491e4a3a..38642390 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -42,7 +42,7 @@ bl_info = {
'version': (1, 4, 0),
"blender": (2, 5, 7),
"api": 35774,
- 'location': "File > Import",
+ 'location': "File > Import > MakeHuman (.mhx)",
'description': 'Import files in the MakeHuman eXchange format (.mhx)',
'warning': '',
'wiki_url': 'http://sites.google.com/site/makehumandocs/blender-export-and-mhx',
diff --git a/io_import_scene_unreal_psk.py b/io_import_scene_unreal_psk.py
index e3123bbc..a3984c7e 100644
--- a/io_import_scene_unreal_psk.py
+++ b/io_import_scene_unreal_psk.py
@@ -17,13 +17,13 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- "name": "Import Unreal Skeleton Mesh(.psk)",
+ "name": "Import Unreal Skeleton Mesh (.psk)",
"author": "Darknet",
"version": (2, 0),
"blender": (2, 5, 3),
- "api": 31847,
- "location": "File > Import ",
- "description": "Import Unreal Engine (.psk)",
+ "api": 36079,
+ "location": "File > Import > Skeleton Mesh (.psk)",
+ "description": "Import Skeleleton Mesh",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Import-Export/Unreal_psk_psa",
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 5e8caba1..410b4ccf 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -17,13 +17,13 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- "name": "Raw mesh",
+ "name": "Raw mesh format (.raw)",
"author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner",
"version": (0, 2),
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Import-Export > Raw faces ",
- "description": "Import Raw Faces (.raw format)",
+ "api": 36079,
+ "location": "File > Import-Export > Raw Faces (.raw) ",
+ "description": "Import-Export Raw Faces",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Raw_Mesh_IO",
diff --git a/io_scene_m3/__init__.py b/io_scene_m3/__init__.py
index 546749a0..cde21f58 100644
--- a/io_scene_m3/__init__.py
+++ b/io_scene_m3/__init__.py
@@ -19,13 +19,13 @@
# <pep8 compliant>
bl_info = {
- 'name': 'Blizzard M3 format',
+ 'name': 'Import Blizzard M3 format (.m3)',
'author': 'Cory Perry',
'version': (0, 2, 1),
"blender": (2, 5, 7),
- "api": 35622,
- 'location': 'File > Import-Export',
- 'description': 'This script imports the Blizzard M3 format (.m3)',
+ "api": 36079,
+ 'location': 'File > Import > Blizzard M3 (.m3)',
+ 'description': 'Imports the Blizzard M3 format (.m3)',
'warning': '',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/'\
'Import-Export/M3_Import',