Files
test/source/blender/blenkernel/intern
Sybren A. Stüvel 6adb254bb0 Fix T75686: Animating scene audio volume doesn't work
Scene audio volume changes require the scene to be tagged with
`ID_RECALC_AUDIO_VOLUME` (see `BKE_scene_update_sound()`). Tagging
happens in the RNA update function `rna_Scene_volume_update()`, but that
function is not called by the animation system. As a result, animated
volume changes are not sent to the audio system.

This commit adds a new depsgraph operation node that sets this tag when
necessary, so that the animated values are used in the rest of the
depsgraph evaluation.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D7429
2020-04-17 16:33:05 +02:00
..
2020-04-07 12:10:36 +10:00
2020-04-14 21:07:29 +02:00
2020-03-24 10:36:42 +11:00
2020-03-29 17:11:41 +11:00
2020-04-14 10:49:31 +10:00
2020-03-27 11:47:04 +11:00
2020-04-08 10:33:56 +10:00
2020-03-19 21:55:17 +01:00
2020-04-06 16:02:29 +10:00
2020-03-19 12:09:07 +11:00
2020-04-07 23:23:17 +10:00
2020-04-14 21:07:29 +02:00
2020-03-24 10:36:42 +11:00
2020-04-02 18:00:51 +02:00
2019-10-29 19:29:38 +11:00
2020-04-14 21:07:29 +02:00
2020-04-03 12:38:04 +11:00