Fix #104723: Freestyle SVG output ensure path existsblender-v3.3-releasev3.3.11v3.3.12v3.3.14v3.3.15v3.3.16v3.3.17v3.3.18
commit8f1ff60fd3c56b9647bbddb3b2cc45d712003379
authorYimingWu <xp8110@outlook.com>
Fri, 11 Aug 2023 03:42:04 +0000 (11 05:42 +0200)
committerPhilipp Oeser <philipp@blender.org>
Wed, 13 Sep 2023 12:17:09 +0000 (13 14:17 +0200)
tree2fc9ec1dd4f5cf986bd9d9668a4d989a8f0cb70c
parent9b1316774ba455690de58668c52f56cb7b57e397
Fix #104723: Freestyle SVG output ensure path exists

Previously Freestyle SVG exporter does not ensure path exists, this would
lead to crashe after rendering. Now fixed.

This was also reported in blender main repo, for simpler process I'll
just link it here:
https://projects.blender.org/blender/blender/issues/111028

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104832
render_freestyle_svg.py