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
path: root/source
diff options
context:
space:
mode:
authorKen Hughes <khughes@pacific.edu>2007-08-05 20:48:55 +0400
committerKen Hughes <khughes@pacific.edu>2007-08-05 20:48:55 +0400
commitd638f54c085025e82ca0d58f884b6abc6b4147f7 (patch)
tree1db416dc633544687d576068f51a68071715233a /source
parentc4114780d43f2cc973eaad193c61127e9ee54b28 (diff)
Python API
---------- Fix documentation for Blender.CountPackedFiles(), incorrectly referred to Blender.Blender_CountPackedFiles() instead.
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/api2_2x/doc/Blender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/doc/Blender.py b/source/blender/python/api2_2x/doc/Blender.py
index e4ba4dbcf31..51666d0e211 100644
--- a/source/blender/python/api2_2x/doc/Blender.py
+++ b/source/blender/python/api2_2x/doc/Blender.py
@@ -222,7 +222,7 @@ def PackAll ():
Pack all files.
"""
-def Blender_CountPackedFiles():
+def CountPackedFiles():
"""
Returns the number of packed files.
"""