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:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-07-18 19:54:17 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2004-07-18 19:54:17 +0400
commit6dca057ac5250bb78b664d2cf9270a409238ecbc (patch)
treef55cf4b879fbe1d55815dec1dc807595d1f5c320 /release/scripts/rvk1_torvk2.py
parent4a244f274de32ef758c5ba660e75984358cdd9ba (diff)
BPython:
- added image.getBindCode() docstring to Image's epydoc file (thanks Satish Goda). Scripts: - Adding Apply_def.py to "Mesh" scripts menu (thanks author: Theeth); - Updating JMS's disp_paint.py (also changed its name to remove version info); - minor updates in docs and scripts.
Diffstat (limited to 'release/scripts/rvk1_torvk2.py')
-rw-r--r--release/scripts/rvk1_torvk2.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/rvk1_torvk2.py b/release/scripts/rvk1_torvk2.py
index 601d8c0a1ad..0671e44938b 100644
--- a/release/scripts/rvk1_torvk2.py
+++ b/release/scripts/rvk1_torvk2.py
@@ -3,7 +3,7 @@
""" Registration info for Blender menus: <- these words are ignored
Name: 'Rvk1 to Rvk2'
Blender: 232
-Group: 'Animation'
+Group: 'Mesh'
Tip: 'Copy deform data (not surf. subdiv) of active obj to rvk of the 2nd selected obj.'
"""
@@ -104,7 +104,7 @@ def rvk2rvk():
Blender.Redraw()
except:
- print 'problem : not object selected or not mesh'
+ Draw.PupMenu('Error| You need to select two meshes.')
rvk2rvk()