This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel
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-03-29 17:11:41 +11:00
2020-03-29 17:11:41 +11:00
2020-03-18 22:28:54 +11:00
2020-03-11 17:29:20 +01:00
2020-03-05 21:07:20 +01:00
2020-04-14 21:07:29 +02:00
2020-04-05 22:22:21 +10:00
2020-04-14 21:07:29 +02:00
2020-03-11 21:39:56 +11:00
2020-03-29 16:37:57 +11:00
2020-04-03 12:38:04 +11:00
2020-04-03 12:38:04 +11:00
2020-03-29 17:11:41 +11:00
2020-03-29 17:11:41 +11:00