blender/source
Joshua Leung 391c5fba71 Motion Paths: Experimental optimisations from joeedh for speeding up the calculation process
This works by tricking the depsgraph into giving us a smaller list of objects to evaluate, with all the necessary objects + their dependencies at the start of the list. 

On any complicated setup where non-object parameters need to be referred to (i.e. by drivers) to affect an object's transform, these optimisations will fail and the old (slower) method is still the best way (modify the ifdef and comment out the optimise depsgraph call to do so). However, we'll assume that these aren't too common in real productions, so things should be fine with these fixes. If there really is a need for both, then global options to control these things could follow.
2010-05-21 12:17:34 +00:00
..
blender Motion Paths: Experimental optimisations from joeedh for speeding up the calculation process 2010-05-21 12:17:34 +00:00
blenderplayer Fix blenderplayer linking issues when building with CMake on unix systems 2010-05-08 05:56:34 +00:00
creator Blender TIFF support 2010-05-21 03:25:38 +00:00
darwin
gameengine include game engine docs in sphinx doc generation: 2010-05-17 20:38:54 +00:00
icons missed a file in previous crosscompiling related commits 2010-02-18 06:53:10 +00:00
kernel remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
CMakeLists.txt correct fsf address 2010-02-12 13:34:04 +00:00
Makefile Modifiers moved, adjust accordingly. 2010-04-12 01:23:55 +00:00
nan_compile.mk Add support for >2GiB files (as r28267) and some cleanups. 2010-04-18 20:47:05 +00:00
nan_definitions.mk replace referenecs to python 2.x 2010-04-20 15:46:28 +00:00
nan_link.mk replace referenecs to python 2.x 2010-04-20 15:46:28 +00:00
nan_subdirs.mk correct fsf address 2010-02-12 13:34:04 +00:00
nan_warn.mk correct fsf address 2010-02-12 13:34:04 +00:00
SConscript this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit 2010-02-01 18:39:41 +00:00