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-30 09:18:14 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2004-07-30 09:18:14 +0400
commit7ce069850ff729679a76dac72b5def67d870f013 (patch)
treeac21ff183a0ab7faffa70867bf62fdfbdcb8e2b9 /release/scripts/rvk1_torvk2.py
parent4f278a78d43a584c2f0a6d009b40932fe9bbcbc1 (diff)
First of all thanks Kent Mein for committing the fix to space.c and Peter den Bak for reporting and testing it.
- making Blender not warn about 2.34 scripts, as Ton requested. Will turn this on again before release; - small fix to the new helpwebsites and helpsystem additions in BPy_menus.c, should solve problem reported by Jean-Luc Peurière about empty menus on startup; - updated version info of a few scripts to 2.34, since they use recently added bpython api functions.
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 8350f82d84b..2987c15ca2b 100644
--- a/release/scripts/rvk1_torvk2.py
+++ b/release/scripts/rvk1_torvk2.py
@@ -2,9 +2,9 @@
""" Registration info for Blender menus: <- these words are ignored
Name: 'Rvk1 to Rvk2'
-Blender: 232
+Blender: 234
Group: 'Mesh'
-Tip: 'Copy deform data (not surf. subdiv) of active obj to rvk of the 2nd selected obj.'
+Tip: 'Copy deform data (not surf. subdiv) of active obj to rvk of the 2nd selected obj'
"""
# $Id$