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:
authorLuca Bonavita <mindrones@gmail.com>2010-08-12 12:31:39 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-08-12 12:31:39 +0400
commit8c5206e4286a3cb63ebecf4ceef15b76276107e1 (patch)
treed91908066b12c5c1e677ed56792898bcf8e64a92
parent4e501fa153573a81dc2e69a1e9d6d4387baf4a9e (diff)
== addons ==
cosmetic fixes, suggested by Shane Ambler (sambler), thx :) [#23279] Small cosmetic fix to addons https://projects.blender.org/tracker/?func=detail&atid=127&aid=23279&group_id=9
-rw-r--r--io_export_unreal_psk_psa.py2
-rw-r--r--io_import_scene_mhx.py2
-rw-r--r--render_povray/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py
index 021fff0c..3bc73a82 100644
--- a/io_export_unreal_psk_psa.py
+++ b/io_export_unreal_psk_psa.py
@@ -16,7 +16,7 @@
# ***** GPL LICENSE BLOCK *****
bl_addon_info = {
- "name": "Export Skeleletal Mesh/Animation Data",
+ "name": "Export: Skeleletal Mesh/Animation Data",
"author": "Darknet/Optimus_P-Fat/Active_Trash/Sinsoft",
"version": "2.0",
"blender": (2, 5, 3),
diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py
index 4ea15e91..ad5767e8 100644
--- a/io_import_scene_mhx.py
+++ b/io_import_scene_mhx.py
@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
bl_addon_info = {
- "name": "Import MakeHuman (.mhx)",
+ "name": "Import: MakeHuman (.mhx)",
"author": "Thomas Larsson",
"version": "0.9, Make Human Alpha 5",
"blender": (2, 5, 3),
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 3e939a4b..71f79ac7 100644
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -17,7 +17,7 @@
# ##### END GPL LICENSE BLOCK #####
bl_addon_info = {
- "name": "Render:PovRay",
+ "name": "Render: PovRay",
"author": "Campbell Barton",
"version": "0.1",
"blender": (2, 5, 4),