Blender Git Commit Log

Git Commits -> Revision faf1c9a

Revision faf1c9a by Joshua Leung (master)
July 5, 2010, 03:55 (GMT)
Bugfix #22685: Screen update slow, animation player ALT-A, files created with 2.4x

Modifiers were being mistakenly recalculated at every frame as long as the object had animation, slowing things down due to incorrect depsgraph recalc tags.

Renamed OB_RECALC -> OB_RECALC_ALL to reduce future confusion. During this process, I noticed a few dubious usages of OB_RECALC, so it's best to use this commit as a guide of places to check on. Apart from the place responsible for this bug, I haven't changed any OB_RECALC -> OB_RECALC_OB/DATA in case that introduces more unforseen bugs now, making it more difficult to track the problems later (rename + value change can be confusing to identify the genuine typos).

Commit Details:

Full Hash: faf1c9a4bb27dfdd843cc745707d15ab47ce8683
SVN Revision: 29962
Parent Commit: 02b0188
Lines Changed: +88, -56

21 Modified Paths:

/source/blender/blenkernel/intern/depsgraph.c (+32, -13) (Diff)
/source/blender/blenkernel/intern/exotic.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/library.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+11, -10) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -4) (Diff)
/source/blender/editors/animation/anim_channels_defines.c (+1, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+2, -2) (Diff)
/source/blender/editors/animation/anim_filter.c (+7, -0) (Diff)
/source/blender/editors/animation/keyingsets.c (+1, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+4, -1) (Diff)
/source/blender/editors/object/object_add.c (+4, -4) (Diff)
/source/blender/editors/object/object_edit.c (+1, -1) (Diff)
/source/blender/editors/object/object_relations.c (+8, -8) (Diff)
/source/blender/editors/transform/transform_conversions.c (+1, -1) (Diff)
/source/blender/editors/transform/transform_generics.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_object_types.h (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_curve.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_object_force.c (+4, -4) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021