From 7f6b88e3896c1b031ce955a7b52be8d0b8401519 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Sat, 22 May 2004 20:25:22 +0000 Subject: 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. --- source/blender/python/BPY_extern.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/BPY_extern.h') 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" */ -- cgit v1.2.3