Blender Git Commit Log
Git Commits -> Revision 8e8932c
Revision 8e8932c by Brecht Van Lommel (master) October 19, 2021, 10:59 (GMT) |
Render: use "_" as delimiter in AOV names to avoid issues with OpenEXR OpenEXR uses "." to separate layers/passes/channels, so using AOV.001 is a problem. Other applications will not be able to parse it correctly. Default to AOV_001 instead, and don't allow using dots in AOV names. Fixes T89991 Ref T73266 Ref D12871 |
Commit Details:
Full Hash: 8e8932c8ff28ec1b1ac7af9254244d94b326b9b8
Parent Commit: 6ee181e
Lines Changed: +5, -1
1 Modified Path:
/source/blender/blenkernel/intern/layer.c (+5, -1) (Diff)