You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.
When exporting sketches as .dxf is enabled and there is a drawing in the folder being exported it crashes. The error message references 'AttributeError: 'NoneType' object has no attribute 'design'.
The text was updated successfully, but these errors were encountered:
Failed:
Traceback (most recent call last):
File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 325, in run
total_export.run(context)
File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 50, in run
self._export_data(output_path)
File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 105, in _export_data
self._write_data_file(output_path, file)
File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 165, in _write_data_file
self._name(file.name) + "." + file.fileExtension
File "D:/fusion-360-total-exporter-master/fusion-360-total-exporter-master/Fusion 360 Total Export.py", line 306, in _take
os.makedirs(out_path, exist_ok=True)
File "C:/Users/Надёжный/AppData/Local/Autodesk/webdeploy/production/50d1a2b00ac928c7781cbca6551e586a5384d498/Python/lib\os.py", line 221, in makedirs
mkdir(name, mode)
FileNotFoundError: [WinError 3] Системе не удается найти указанный путь: 'C:/Backup Fusion360\\Hub Denis Lukanov\\Project \\.f3d'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
2020_09_22_13_42.txt
When exporting sketches as .dxf is enabled and there is a drawing in the folder being exported it crashes. The error message references 'AttributeError: 'NoneType' object has no attribute 'design'.
The text was updated successfully, but these errors were encountered: