Go to file
2010-12-31 10:56:06 +00:00
build_files rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
doc remove reload() from builtins since python3 no longer uses this. 2010-12-22 21:39:48 +00:00
extern rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
intern Fix [#24630] alt+shift+LMB dragging does not work 2010-12-28 13:03:38 +00:00
po move directories: 2010-07-26 11:47:33 +00:00
release Bugfix [#25420] Sequencer View Zoom operator hidden 2010-12-31 03:54:28 +00:00
source Fixing a crash on exit when using the Blenderplayer on win32. When free_blender() was freeing main, main was garbage since the blend file data was already freed. So, I just replaced free_blender) with IMB_exit() and free_nodesystem(). Using free_blender() worked when I was in Linux running tests. That or I'm just gong crazy. ;) 2010-12-31 10:56:06 +00:00
CMakeLists.txt CMake: use blender_include_dirs("${OPENGL_INCLUDE_DIR}") rather then blender_include_dirs(${OPENGL_INCLUDE_DIR}) 2010-12-31 04:29:11 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
Makefile move directories: 2010-07-26 11:47:33 +00:00
SConstruct Compiling and linking blenderplayer statically now works too. This brings it in line with blender linking line. 2010-12-27 09:01:57 +00:00