Patches to Bf Blender for CAD development. https://tornavis.org/
Go to file
Brecht Van Lommel 83f8f44791 Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.
This removes a bunch of animation/driver evaluations and recalc flags that
should be redundant in the new depsgraph, and were incorrectly affecting
the evaluated scene in a permanent way.

Still two cases that could be removed if the depsgraph is improved, in
BKE_object_handle_data_update and BKE_cachefile_update_frame.

For physics subframe interpolation there are also still calls to
BKE_object_where_is_calc that should ideally be removed as well, though
they are not known to cause keyframing bugs.

Differential Revision: https://developer.blender.org/D4274
2019-01-31 12:04:57 +01:00
build_files Merge branch 'blender2.7' 2019-01-26 15:54:13 +01:00
doc Docs: update manpage and html with app description matching website. 2018-12-28 17:36:59 +01:00
extern Audaspace: porting changes from upstream. 2019-01-17 21:17:30 +01:00
intern Merge branch 'blender2.7' 2019-01-30 18:36:54 +01:00
release Depsgraph: remove features incompatible with new system. 2019-01-31 12:03:05 +01:00
source Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing. 2019-01-31 12:04:57 +01:00
tests Fix T54834: VSE can't import OGG Theora video 2019-01-23 17:16:17 +01:00
.arcconfig Update for moving blender2.8 to master. 2018-12-21 12:15:21 +01:00
.editorconfig editorconfig: correct C/C++ using space 2018-06-19 07:48:12 +02:00
.gitignore Git: add TAGS & tags to .gitignore 2019-01-22 12:50:13 +01:00
.gitmodules Update for moving blender2.8 to master. 2018-12-21 12:15:21 +01:00
CMakeLists.txt Merge branch 'blender2.7' 2019-01-26 15:54:13 +01:00
COPYING
GNUmakefile Update for moving blender2.8 to master. 2018-12-21 12:15:21 +01:00
make.bat Cleanup: trailing space cmake, make.bat 2018-06-17 20:18:09 +02:00