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
diff options
context:
space:
mode:
authorWillian Padovani Germano <wpgermano@gmail.com>2004-05-23 00:25:22 +0400
committerWillian Padovani Germano <wpgermano@gmail.com>2004-05-23 00:25:22 +0400
commit7f6b88e3896c1b031ce955a7b52be8d0b8401519 (patch)
treee13f9e3e8bc23f410c70fa5a1e1957ff8425a923 /source/blender/python/BPY_extern.h
parent4551490dd44dbd8eae21826842e7e904bed5c288 (diff)
BPython:
- updated docs with recently added functions - dynamic menu entries now are sorted (alphabetically, of course) - added new menu categories for scripts: Wizards, Modifiers, Generators, Materials, Animation: only added to list of options, didn't mess with any Blender header. They are already available from the "Scripts" menu in the scripts win, but not elsewhere. - added option 'datadir' to Blender.Get(option): so scripts can use .blender/bpydata for reading / writing their data files.
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index 55898994262..9829226db81 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -74,6 +74,7 @@ void BPY_free_finished_script(struct Script *script);
void init_syspath(void);
void syspath_append(char *dir);
+char *bpy_gethome();
#ifdef __cplusplus
} /* extern "C" */