Python API

----------
Fix documentation for Blender.CountPackedFiles(), incorrectly referred to
Blender.Blender_CountPackedFiles() instead.
This commit is contained in:
Ken Hughes
2007-08-05 16:48:55 +00:00
parent c4114780d4
commit d638f54c08

View File

@@ -222,7 +222,7 @@ def PackAll ():
Pack all files.
"""
def Blender_CountPackedFiles():
def CountPackedFiles():
"""
Returns the number of packed files.
"""