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.
This commit is contained in:
2004-07-30 05:18:14 +00:00
parent 4f278a78d4
commit 7ce069850f
8 changed files with 17 additions and 15 deletions

View File

@@ -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$