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
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')
-rw-r--r--release/scripts/Apply_def.py2
-rw-r--r--release/scripts/bevel_center.py4
-rw-r--r--release/scripts/disp_paint.py4
-rw-r--r--release/scripts/rvk1_torvk2.py4
-rw-r--r--release/scripts/sel_same.py4
-rw-r--r--release/scripts/unweld044.py4
6 files changed, 11 insertions, 11 deletions
diff --git a/release/scripts/Apply_def.py b/release/scripts/Apply_def.py
index 63838112f1f..a8f17b02c0f 100644
--- a/release/scripts/Apply_def.py
+++ b/release/scripts/Apply_def.py
@@ -2,7 +2,7 @@
"""
Name: 'Apply Deformation'
-Blender: 233
+Blender: 234
Group: 'Mesh'
Tooltip: 'Create fixed copies of deformed meshes'
"""
diff --git a/release/scripts/bevel_center.py b/release/scripts/bevel_center.py
index 37c7b64c12a..6de4a20718f 100644
--- a/release/scripts/bevel_center.py
+++ b/release/scripts/bevel_center.py
@@ -2,9 +2,9 @@
""" Registration info for Blender menus
Name: 'Bevel Center'
-Blender: 233
+Blender: 234
Group: 'Mesh'
-Tip: 'Bevel selected vertices.'
+Tip: 'Bevel selected vertices'
"""
# $Id$
diff --git a/release/scripts/disp_paint.py b/release/scripts/disp_paint.py
index 8dac2a26dbf..30bcd9e88f4 100644
--- a/release/scripts/disp_paint.py
+++ b/release/scripts/disp_paint.py
@@ -2,9 +2,9 @@
""" Registration info for Blender menus: <- these words are ignored
Name: 'Dispaint'
-Blender: 233
+Blender: 234
Group: 'Mesh'
-Tip: 'Use vertex paint color value to modify shape displacing vertices along normal.'
+Tip: 'Use vertex paint color value to modify shape displacing vertices along normal'
"""
# $Id$
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$
diff --git a/release/scripts/sel_same.py b/release/scripts/sel_same.py
index 15941272f1c..ff489c1ebae 100644
--- a/release/scripts/sel_same.py
+++ b/release/scripts/sel_same.py
@@ -2,9 +2,9 @@
"""
Name: 'Select Same Faces'
-Blender: 232
+Blender: 234
Group: 'UV'
-Tooltip: 'Select faces if attributes match the active.'
+Tooltip: 'Select faces if attributes match the active'
"""
# $Id$
diff --git a/release/scripts/unweld044.py b/release/scripts/unweld044.py
index 482f24dc858..ab23cdc546d 100644
--- a/release/scripts/unweld044.py
+++ b/release/scripts/unweld044.py
@@ -3,7 +3,7 @@
Name: 'Unweld'
Blender: 234
Group: 'Mesh'
-Tip: 'Unweld all faces from a selected and common vertex. Made vertex bevelling.'
+Tip: 'Unweld all faces from a selected and common vertex. Made vertex bevelling'
"""
# $Id$
@@ -198,7 +198,7 @@ def D():
def E(evt,val):
global mouse_x,x,pl,orig,me,debut
global mouse_y,y, MouseClickG,MouseClickD,MouseClickM
- if (evt== QKEY or evt== ESCKEY): Exit()
+ if (evt== QKEY): Exit()
if (evt == MOUSEX):
mouse_x = val