From 8c5206e4286a3cb63ebecf4ceef15b76276107e1 Mon Sep 17 00:00:00 2001 From: Luca Bonavita <mindrones@gmail.com> Date: Thu, 12 Aug 2010 08:31:39 +0000 Subject: [PATCH] == 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 --- io_export_unreal_psk_psa.py | 2 +- io_import_scene_mhx.py | 2 +- render_povray/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py index 021fff0c2..3bc73a82a 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 4ea15e914..ad5767e83 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 3e939a4b8..71f79ac7d 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), -- GitLab