Blender Git Commit Log
Git Commits -> Revision 31e2786
Revision 31e2786 by Sybren A. Stüvel (master) January 20, 2020, 16:32 (GMT) |
Fix T71825: Custom Animation Player path overrides chosen player Thanks @mano-wii for providing the patch! The original code assumed that when `animation_player_preset` was not `CUSTOM`, the `animation_player` path would be empty. This is a bad assumption, as it can be quite useful to be able to toggle between a custom and a built-in player. As such, `animation_player` should not be reset to an empty string when a non-custom player is chosen. |
Commit Details:
Full Hash: 31e2786707049c40b9d8639639fd16a5cc0dce13
Parent Commit: 661d363
Lines Changed: +3, -2
1 Modified Path:
/release/scripts/startup/bl_operators/screen_play_rendered_anim.py (+3, -2) (Diff)