Blender Git Commit Log
Git Commits -> Revision 9ca55b1
Revision 9ca55b1 by Falk David (master) April 14, 2021, 08:14 (GMT) |
Fix T87479: GPencil SVG export outside of camera When trying to export a GPencil object to SVG from outside the camera view, the expoted file would contain invalid data. This was because the calculation of the bounding box did not have any objects to iterate over. The fix makes sure we create the object list before trying to calculate the bounding box. Reviewed By: antoniov Maniphest Tasks: T87479 Differential Revision: https://developer.blender.org/D10975 |
Commit Details:
Full Hash: 9ca55b10b8cc78271a6266c4af473aa5fde493c6
Parent Commit: a425b2b
Lines Changed: +2, -0
1 Modified Path:
/source/blender/io/gpencil/intern/gpencil_io_base.cc (+2, -0) (Diff)