blender/source
Joseph Eagar b4ec6efb41 =Python API bugfix=
Scene.update(full=1) was pretty useless as it didn't actually evaluate the
depsgraph DAG.  This meant, for example, that re-evaluating the parenting
tree for an armature pose could only be done by redrawing the view (which
evaluates the depsgraph). scene_update_for_newframe() is now called when Scene.update is in "full" mode; to prevent firing off newframe scriptlink events, scriptlinks are
temporarily disabled while scene_update_for_newframe() is being called.
2007-11-07 18:52:23 +00:00
..
blender =Python API bugfix= 2007-11-07 18:52:23 +00:00
creator bug fix, when opening blender with a file (by double clicking or from the command line) - the initial undo state would be set to the default scene. 2007-10-23 21:31:59 +00:00
darwin Totally ancient error: Makefiles for OSX did not copy the scripts in 2006-07-01 09:40:13 +00:00
gameengine Tweaks I needed to get blender compiling on my new macbook running leopard. 2007-11-05 17:27:11 +00:00
icons ==SCons== 2006-03-10 22:50:27 +00:00
kernel Updated the Makefiles removing some of the gcc specific stuff... 2007-08-31 16:16:33 +00:00
CMakeLists.txt CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
Makefile This commit is a modified version of patch #6860 2007-06-25 19:50:25 +00:00
nan_compile.mk Updated the Makefiles removing some of the gcc specific stuff... 2007-08-31 16:16:33 +00:00
nan_definitions.mk changed default nan_definitions.mk to use python 2.5 for linux (ai64 default was py 2.2 which probably wont even compile anymore) 2007-10-21 17:38:17 +00:00
nan_link.mk This is really two commits but the first one is very small and affects one 2006-11-09 15:45:19 +00:00
nan_subdirs.mk Clean up for Makefiles: some of the directories were being printed 2005-04-09 22:40:34 +00:00
nan_warn.mk big warning hunt commit 2005-03-09 19:45:59 +00:00
SConscript ==SCons== 2006-03-10 20:47:34 +00:00