I added a duplicate script, not realizing "Python Reference" was refering to "Blender Python API"

removign the other one anyway since it would make URL's including subversions and I dont think we want that.
This commit is contained in:
2007-05-20 12:29:19 +00:00
parent bd534f8df8
commit c81fbce399
2 changed files with 3 additions and 45 deletions

View File

@@ -1,13 +1,13 @@
#!BPY
"""
Name: 'Blender/Python Scripting API'
Blender: 243
Blender: 244
Group: 'Help'
Tooltip: 'The Blender Python API reference manual'
"""
__author__ = "Matt Ebb"
__url__ = ("blender", "elysiun")
__url__ = ("blender", "blenderartist")
__version__ = "1.0"
__bpydoc__ = """\
This script opens the user's default web browser at http://www.blender.org's
@@ -15,7 +15,7 @@ This script opens the user's default web browser at http://www.blender.org's
"""
# --------------------------------------------------------------------------
# Manual Help Menu Item
# Blender/Python Scripting Reference Help Menu Item
# --------------------------------------------------------------------------
# ***** BEGIN GPL LICENSE BLOCK *****
#