Blender Git Commit Log
Git Commits -> Revision bf9c2e6
Revision bf9c2e6 by Sybren A. Stüvel (master) November 26, 2019, 16:59 (GMT) |
Anim: added BKE_object_moves_in_time(object) function This function exposes the already-existing static `object_moves_in_time()` function, and optionally recursively checks the parent object for animatedness as well. I also added checking `AnimData::overrides` to `BKE_animdata_id_is_animated()`. This ensures that, apart from the optional recursion to the parent object, the function has the same functionality. |
Commit Details:
Full Hash: bf9c2e6fde34c0cb9029e33025627c743fca50b6
Parent Commit: b21648a
Lines Changed: +15, -12