Merged changes in the trunk up to revision 29409.

This commit is contained in:
2010-06-11 17:17:02 +00:00
323 changed files with 16845 additions and 14147 deletions

View File

@@ -669,10 +669,10 @@ def rna2sphinx(BASEPATH):
py_descr2sphinx(" ", fw, descr, "bpy.types", _BPY_STRUCT_FAKE, key)
# oeprators
# operators
def write_ops():
API_BASEURL='https://svn.blender.org/svnroot/bf-blender/trunk/blender/release/scripts'
fw = None
last_mod = ''
for op_key in sorted(ops.keys()):
@@ -700,7 +700,7 @@ def rna2sphinx(BASEPATH):
location = op.get_location()
if location != (None, None):
fw(" *python operator source --- `%s:%d`* \n\n" % location)
fw(" :file: `%s <%s/%s>`_:%d\n\n" % (location[0],API_BASEURL,location[0],location[1]))
write_ops()