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:
authorCampbell Barton <ideasman42@gmail.com>2010-02-11 17:08:22 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-11 17:08:22 +0300
commit8f4c340915fbfc65f9380b9a8561ed877c7dab87 (patch)
treefaff718fe726b2a4cb3dee1cd93e58e0ba4a94e0 /source/blender/python/intern/bpy.h
parenta2b94de5397f3a259c4244379b7fa89e57769d82 (diff)
bpy.utils.home_paths, use this to get script paths for the user/local/system blender paths.
Diffstat (limited to 'source/blender/python/intern/bpy.h')
-rw-r--r--source/blender/python/intern/bpy.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/source/blender/python/intern/bpy.h b/source/blender/python/intern/bpy.h
new file mode 100644
index 00000000000..10bdc6a27df
--- /dev/null
+++ b/source/blender/python/intern/bpy.h
@@ -0,0 +1,25 @@
+/**
+ * $Id:
+ *
+ * ***** BEGIN GPL LICENSE BLOCK *****
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * Contributor(s): Campbell Barton
+ *
+ * ***** END GPL LICENSE BLOCK ***** */
+
+void BPy_init_modules( void );
+ \ No newline at end of file