Blender Git Loki
Git Commits -> Revision 9b74e64
Revision 9b74e64 by Sybren A. Stüvel (master) January 3, 2020, 10:02 (GMT) |
Fix T71495: Some Textures with AnimData not visible in Dopesheet T71495 describes two problems with animation of textures not showing up in the dope sheet: 1. textures connected to force fields 2. textures of brushes This patch resolves the first case. An alternative would be to switch to iteration of dependencies using `BKE_library_foreach_ID_link()`. This is a good idea to do at some point, but adding these few lines was considerably easier & safer to do. |
Commit Details:
Full Hash: 9b74e648c512f18d81cce9ba2ceb62d4f8a8dd91
Parent Commit: 846c034
Lines Changed: +7, -0
1 Modified Path:
/source/blender/editors/animation/anim_filter.c (+7, -0) (Diff)