[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25956] branches/bmesh/blender/release/ scripts/modules/bpy/app.py: another file

Joseph Eagar joeedh at gmail.com
Wed Jan 13 09:31:38 CET 2010


Revision: 25956
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25956
Author:   joeedh
Date:     2010-01-13 09:31:38 +0100 (Wed, 13 Jan 2010)

Log Message:
-----------
another file

Added Paths:
-----------
    branches/bmesh/blender/release/scripts/modules/bpy/app.py

Added: branches/bmesh/blender/release/scripts/modules/bpy/app.py
===================================================================
--- branches/bmesh/blender/release/scripts/modules/bpy/app.py	                        (rev 0)
+++ branches/bmesh/blender/release/scripts/modules/bpy/app.py	2010-01-13 08:31:38 UTC (rev 25956)
@@ -0,0 +1,26 @@
+# ##### 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.
+#
+# ##### END GPL LICENSE BLOCK #####
+
+# <pep8 compliant>
+
+# constants
+import _bpy
+version = _bpy._VERSION
+version_string = _bpy._VERSION_STR
+home = _bpy._HOME
+binary_path = _bpy._BINPATH





More information about the Bf-blender-cvs mailing list