Blender Git Loki
Git Commits -> Revision 5a45cca
Revision 5a45cca by Sergey Sharybin (master) February 9, 2016, 23:10 (GMT) |
Fix T47377: Newer file crashes at render on official 2.76b version Really annoying bug, the code was not forward compatible at all and resulted in crash. And it is really good to keep at least one release forward compatibility so possible regressions could be verified easily. The idea now is to use new property name for the pixel filter type, but keep old property around for a couple of releases, so we have at least some forward compatibility. Don't like this situation at all, but seems it's least of the evil we can choose. Thanks Brecht for the review! |
Commit Details:
Full Hash: 5a45ccaf3e5102ee571599fa9f26a78ac1f6d0f4
Parent Commit: d6e9362
Lines Changed: +26, -5