Blender Git Loki
Git Commits -> Revision 08981f3
Revision 08981f3 by Sergey Sharybin (master) January 13, 2014, 13:02 (GMT) |
Fix T37886: Material does no update when changing keyframes in dopesheet It was a missing fcurve evaluation in scene update function which lead to materials only being updated on frame change. Added the same exception as we've got for the scene animation. It only runs when there're materials tagged for the update, so wouldn't expect speed regressions or so. |
Commit Details:
Full Hash: 08981f3a91a687efa8d28d308d6033e5a9e68b1f
Parent Commit: b1bb7d2
Lines Changed: +19, -0
1 Modified Path:
/source/blender/blenkernel/intern/scene.c (+19, -0) (Diff)