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/renameobjectbyblock.py')
-rw-r--r--release/scripts/renameobjectbyblock.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/release/scripts/renameobjectbyblock.py b/release/scripts/renameobjectbyblock.py
index daa3e1c960a..77437926522 100644
--- a/release/scripts/renameobjectbyblock.py
+++ b/release/scripts/renameobjectbyblock.py
@@ -7,6 +7,22 @@ Group: 'Object'
Tip: 'GUI to select and rename objects.'
"""
+__author__ = "Jean-Michel Soler (jms)"
+__url__ = ("blender", "elysiun",
+"Script's homepage, http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_renameobjectgui.htm",
+"Communicate problems and errors, http://www.zoo-logique.org/3D.Blender/newsportal/thread.php?group=3D.Blender")
+__version__ = "233"
+
+__bpydoc__ = """\
+This script offers a GUI to rename selected objects according to a given
+rule.
+
+Usage:
+
+Open it from the 3d View's "Object->Scripts" menu and select the objects to
+rename and the rule from the buttons in its GUI.
+"""
+
# ----------------------------------------------------------
# Name OBJECT changer
# (c) 2004 jean-michel soler