Blender Git Loki
Git Commits -> Revision 2be7a11
Revision 2be7a11 by Sybren A. Stüvel (master) July 13, 2020, 13:26 (GMT) |
Python API: new RNA property `Screen.is_scrubbing` This commit adds a new read-only boolean property `Screen.is_scrubbing`. The related property `Screen.is_animation_playing` is set to `True` in two situations: - Animation is actually playing (for example via the Play button in the timeline) - The user is scrubbing through time (in the timeline, dopesheet, graph editor, etc.) To distinguish between these two cases, the property `Screen.is_scrubbing` has been added. Concept approved by @brecht. |
Commit Details:
Full Hash: 2be7a11e4331d7a16ab29c474624b81b66eeecd4
Parent Commit: b9f5658
Lines Changed: +12, -0
1 Modified Path:
/source/blender/makesrna/intern/rna_screen.c (+12, -0) (Diff)