fixes for python api docs.

also move foreach_get/set examples into their own py example files (prefer not to have example code built into blenders binary).
This commit is contained in:
2013-09-18 05:20:43 +00:00
parent dc4cded2c2
commit b6631b8be7
11 changed files with 44 additions and 34 deletions

View File

@@ -121,7 +121,7 @@ def is_subdir(path, directory):
def clean_name(name, replace="_"):
"""
Returns a name with characters replaced that
may cause problems under various circumstances,
may cause problems under various circumstances,
such as writing to a file.
All characters besides A-Z/a-z, 0-9 are replaced with "_"
or the replace argument if defined.