Go to file
Campbell Barton a0cece42c6 bugfix [#23148] "ImportError: __import__ not found" on changing Render FPS
The BGE was getting the namespace dict directly from __main__ which conflicts
with my recent fix to get the pickle module working which to overwrote the __main__ module on script execution.

Simple fix is to have the BGE and Blender use the same method of getting namespaces.
Renamed CreateGlobalDictionary() to bpy_namespace_dict_new() and moved into bpy_internal_import.c

pickle still wont work in the BGE since we make a copy of __main__ namespace but for speed would rather not have to replace the __main__ module many times per second.
2010-08-05 03:25:45 +00:00
build_files fix path to release/python.zip for scons and cmake 2010-08-04 11:07:14 +00:00
doc - updated man page from --help output. 2010-07-15 19:58:23 +00:00
extern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
intern build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
projectfiles Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc7 Clean up for the imminent migration from SVN to GIT. 2009-03-31 22:34:34 +00:00
projectfiles_vc9 Update MSVC9 project file 2010-07-15 20:16:17 +00:00
release Fix sculpt 3d view menu showing in two columns. 2010-08-04 15:59:15 +00:00
source bugfix [#23148] "ImportError: __import__ not found" on changing Render FPS 2010-08-05 03:25:45 +00:00
CMakeLists.txt [#23162] GCC 4.2 and prior support broken in CMakeLists.txt as of r30985 2010-08-04 00:18:05 +00:00
COPYING Updating/removing really really ancient stuff. 2010-03-09 11:42:04 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct build options to disable image formats WITH_CINEON, WITH_HDR. 2010-08-03 11:25:34 +00:00