vilemduha / blendercam

Automatically exported from code.google.com/p/blendercam
GNU General Public License v3.0
484 stars 119 forks source link

calculate_cam_path should handle exception if the file has not been saved #243

Open eastshores opened 1 year ago

eastshores commented 1 year ago

If a user attempts to calculate the path before saving the file an unhandled exception is thrown. The user should be prompted to save the file - this can be done through code in bpy

image