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>2011-03-31 19:28:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-31 19:28:53 +0400
commitcd9b42871c34e4d694bc508ed2bd5dd50f88c223 (patch)
treeddcdeed7d2d7ed20e2150d7e3488788b08b29a59 /source/blender/python
parent6e14661ad06835a70c7457de50b87da333690f40 (diff)
remove bpy python api from blenderplayer, it was being linked but not initialized/available.
Diffstat (limited to 'source/blender/python')
-rw-r--r--source/blender/python/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript
index 30cd5a842ca..de6b859d259 100644
--- a/source/blender/python/SConscript
+++ b/source/blender/python/SConscript
@@ -34,4 +34,4 @@ if env['BF_BUILDINFO']:
defs.append('BUILD_DATE')
sources = env.Glob('intern/*.c')
-env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [361,160])
+env.BlenderLib( libname = 'bf_python', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core'], priority = [361])